From 988dba318cbec93e7b4e748c23818816bcd2e2ea Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Wed, 11 Feb 2026 10:42:50 -0800 Subject: [PATCH] fix(Updater): file bind mount causing stale compose file ref --- install/management_compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/management_compose.yaml b/install/management_compose.yaml index 2889cfd..08525e1 100644 --- a/install/management_compose.yaml +++ b/install/management_compose.yaml @@ -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: