mirror of
https://github.com/spikecodes/libreddit.git
synced 2025-12-10 15:52:04 +01:00
Fix Docker Deployment Port
This commit is contained in:
@@ -73,12 +73,12 @@ cargo install --git https://github.com/spikecodes/libreddit
|
||||
|
||||
Deploy the Docker image of Libreddit:
|
||||
```
|
||||
docker run -d --name libreddit -p 8000:8000 spikecodes/libreddit
|
||||
docker run -d --name libreddit -p 8080:8080 spikecodes/libreddit
|
||||
```
|
||||
|
||||
Deploy using a different port (in this case, port 80):
|
||||
```
|
||||
docker run -d --name libreddit -p 80:8000 spikecodes/libreddit
|
||||
docker run -d --name libreddit -p 80:8080 spikecodes/libreddit
|
||||
```
|
||||
|
||||
### C) AUR
|
||||
|
||||
Reference in New Issue
Block a user