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.