Korrektur
This commit is contained in:
parent
a312c752df
commit
7f08fef620
|
|
@ -12,9 +12,4 @@ 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
|
||||||
- /home/marc/tugtainer/data:/tugtainer
|
- /home/marc/tugtainer/data:/tugtainer
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "wget -q --spider http://localhost:80 || exit 1"]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 5s
|
|
||||||
retries: 3
|
|
||||||
Loading…
Reference in New Issue