Update README.md

Docker tags need  to be lowercase.
This commit is contained in:
2026-07-14 15:52:15 +01:00
parent e65a43b13c
commit 9070ded66d
+1 -1
View File
@@ -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.