mirror of
https://github.com/tiyn/wiki.git
synced 2026-04-15 16:54:48 +02:00
885 B
Executable File
885 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