mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-20 05:49:14 +00:00
[FIX] Readme fix commands
This commit is contained in:
parent
819be89f84
commit
7d952f7f18
1 changed files with 2 additions and 2 deletions
|
@ -150,13 +150,13 @@ cargo install libreddit
|
||||||
Deploy the [Docker image](https://quay.io/repository/redlib/redlib) of Redlib:
|
Deploy the [Docker image](https://quay.io/repository/redlib/redlib) of Redlib:
|
||||||
```
|
```
|
||||||
docker pull quay.io/redlib/redlib
|
docker pull quay.io/redlib/redlib
|
||||||
docker run -d --name redlib -p 8080:8080 redlib
|
docker run -d --name redlib -p 8080:8080 quay.io/redlib/redlib
|
||||||
```
|
```
|
||||||
|
|
||||||
Deploy using a different port (in this case, port 80):
|
Deploy using a different port (in this case, port 80):
|
||||||
```
|
```
|
||||||
docker pull quay.io/redlib/redlib
|
docker pull quay.io/redlib/redlib
|
||||||
docker run -d --name redlib -p 80:8080 redlib
|
docker run -d --name redlib -p 80:8080 quay.io/redlib/redlib
|
||||||
```
|
```
|
||||||
|
|
||||||
To deploy on `arm64` platforms, simply replace `quay.io/redlib/redlib` in the commands above with `quay.io/redlib/redlib:arm`.
|
To deploy on `arm64` platforms, simply replace `quay.io/redlib/redlib` in the commands above with `quay.io/redlib/redlib:arm`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue