From 3bbcc01d7b9975b48c898a7d90d74d8170c9e371 Mon Sep 17 00:00:00 2001 From: SirBlobby Date: Sun, 9 Aug 2026 19:54:00 -0400 Subject: [PATCH] Add image pull commands to readme Claude-Session: https://claude.ai/code/session_01RoC1ENJv254orkm7vZCQc3 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e96df2..63a05bd 100644 --- a/README.md +++ b/README.md @@ -146,10 +146,14 @@ stage, so an overloaded kiosk loses frames instead of falling further behind. Published to GitHub Container Registry on every push to `main` and every `v*` tag: ``` -ghcr.io/sirblobby/pistation-server -ghcr.io/sirblobby/pistation-web +docker pull ghcr.io/sirblobby/pistation-server:latest +docker pull ghcr.io/sirblobby/pistation-web:latest ``` +The Compose stack builds from source by default. To run the published images instead, replace the +`build:` block on the `server` and `web` services in `infra/docker-compose.yml` with an `image:` +line pointing at the tag above. + ## Licence MIT. Source at [github.com/SirBlobby/pistation](https://github.com/SirBlobby/pistation).