mirror of
https://github.com/tiyn/wiki.git
synced 2025-10-10 18:01:22 +02:00
libreddit: added libreddit as reddit alternative
This commit is contained in:
24
wiki/docker-images/spikecodes_-_libreddit.md
Executable file
24
wiki/docker-images/spikecodes_-_libreddit.md
Executable file
@@ -0,0 +1,24 @@
|
||||
# spikecodes - libreddit
|
||||
|
||||
The official container and documentation was made by [spikecodes](https://github.com/spikecodes/libreddit).
|
||||
|
||||
## Ports
|
||||
|
||||
Set the following ports with the -p tag.
|
||||
|
||||
| Container Port | Recommended outside port | Protocol | Description |
|
||||
| -------------- | ------------------------ | -------- | ----------- |
|
||||
| `8080` | `8080` | TCP | WebUI |
|
||||
|
||||
## Rebuild
|
||||
|
||||
```shell
|
||||
#!/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
|
||||
```
|
Reference in New Issue
Block a user