From 9070ded66dd22728c061e7dc25f1cc945bfded4d Mon Sep 17 00:00:00 2001 From: Mark Rapson <1+lzstealth@noreply.localhost> Date: Tue, 14 Jul 2026 15:52:15 +0100 Subject: [PATCH] Update README.md Docker tags need to be lowercase. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c27e7f0..6747dd3 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ The repository includes a `docker-compose.yml` file that starts three services: - `player` - the signage player on port `3001` - `mysql` - the database on port `3306` -By default, `webui` and `player` use the published image from `git.lzstealth.com/LZStealth/pulse-signage:latest`. You can point both services at a specific release by setting `PULSE_SIGNAGE_IMAGE` to a tagged image such as `git.lzstealth.com/LZStealth/pulse-signage:v1.0.0`. +By default, `webui` and `player` use the published image from `git.lzstealth.com/lzstealth/pulse-signage:latest`. You can point both services at a specific release by setting `PULSE_SIGNAGE_IMAGE` to a tagged image such as `git.lzstealth.com/lzstealth/pulse-signage:v1.0.0`. The Compose file also defines a shared `uploads` volume for media and a `mysql_data` volume for database persistence.