mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-02 23:17:45 +02:00
880 B
Executable File
880 B
Executable File
spikecodes - libreddit
This is a Docker container for the alternative reddit frontend libreddit. The official container and documentation was made by spikecodes.
Set-up
Create the file rebuild.sh
.
Change the settings according to your needs and run ./rebuild.sh
afterwards.
Ports
Set the following ports with the -p tag.
Container Port | Recommended outside port | Protocol | Description |
---|---|---|---|
8080 |
8080 |
TCP | WebUI |
rebuild.sh
#!/bin/sh
docker stop libreddit
docker rm libreddit
docker pull spikecodes/libreddit:latest
docker run --name libreddit \
--restart unless-stopped \
-p 8080:8080 \
-d spikecodes/libreddit:latest