fix(Updater): file bind mount causing stale compose file ref

This commit is contained in:
Jake Turner 2026-02-11 10:42:50 -08:00
parent f090468d20
commit a2fba644a0
No known key found for this signature in database
GPG Key ID: D11724A09ED19E59

View File

@ -93,7 +93,7 @@ services:
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Allows communication with the Host's Docker daemon
- /opt/project-nomad/compose.yml:/opt/project-nomad/compose.yml:ro
- /opt/project-nomad:/opt/project-nomad:ro # Read-only access to the project dir for config files and scripts
- nomad-update-shared:/shared # Shared volume for communication with admin container
volumes: