mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Fix Docker Deployment Port
This commit is contained in:
parent
c5b64e2168
commit
59d2448856
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue