mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-03 07:19:27 +02:00
fix(Updater): file bind mount causing stale compose file ref
This commit is contained in:
parent
f02c5e5cd0
commit
988dba318c
|
|
@ -93,7 +93,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock # Allows communication with the Host's Docker daemon
|
- /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
|
- nomad-update-shared:/shared # Shared volume for communication with admin container
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user