Fix Docker Deployment Port
This commit is contained in:
parent
c5b64e2168
commit
59d2448856
@ -73,12 +73,12 @@ cargo install --git https://github.com/spikecodes/libreddit
|
|||||||
|
|
||||||
Deploy the Docker image of 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):
|
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
|
### C) AUR
|
||||||
|
Loading…
Reference in New Issue
Block a user