Update README Docker instructions

This commit is contained in:
2026-07-16 02:41:20 -03:00
parent eb94fb8e54
commit 682ef1f285
+1 -1
View File
@@ -36,7 +36,7 @@ CLI arguments go after the `--` in the cargo command.
To run deploy the API with Docker, just run:
```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 GITHUB_TOKEN="..."
```