Update README Docker instructions
This commit is contained in:
@@ -36,7 +36,7 @@ CLI arguments go after the `--` in the cargo command.
|
|||||||
To run deploy the API with Docker, just run:
|
To run deploy the API with Docker, just run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ docker run registry.nyeki.dev/nyeki/api:latest -p 8000:80 \
|
$ docker run registry.nyeki.dev/nyeki/api:v1.1.4 -p 8000:80 \
|
||||||
$ -e DISCORD_TOKEN="..." \
|
$ -e DISCORD_TOKEN="..." \
|
||||||
$ -e GITHUB_TOKEN="..."
|
$ -e GITHUB_TOKEN="..."
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user