From 682ef1f28560180561fc8e872b177c0d1437df86 Mon Sep 17 00:00:00 2001 From: Rafael Bradley Date: Thu, 16 Jul 2026 02:41:20 -0300 Subject: [PATCH] Update README Docker instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d554dfa..4aaa68b 100644 --- a/README.md +++ b/README.md @@ -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="..." ```