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