read-only file system
This commit is contained in:
parent
c66c9bb9fb
commit
1b968361a8
|
|
@ -12,7 +12,7 @@ services:
|
||||||
AGENT_ENABLED: "true"
|
AGENT_ENABLED: "true"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
- /opt/tugtainer/data:/tugtainer
|
- /home/marc/tugtainer/data:/tugtainer
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "wget -q --spider http://localhost:80 || exit 1"]
|
test: ["CMD-SHELL", "wget -q --spider http://localhost:80 || exit 1"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue