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).