disabled healthchecks
This commit is contained in:
parent
d189ca9f71
commit
2a0ba09251
|
|
@ -15,9 +15,4 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
# Restriction of filesystem -bizMark
|
# Restriction of filesystem -bizMark
|
||||||
- /home/marc/proxy-manager/data:/data
|
- /home/marc/proxy-manager/data:/data
|
||||||
- /home/marc/proxy-manager/letsencrypt:/etc/letsencrypt
|
- /home/marc/proxy-manager/letsencrypt:/etc/letsencrypt
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "wget -q --spider http://localhost:81 || exit 1"]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 10s
|
|
||||||
retries: 3
|
|
||||||
Loading…
Reference in New Issue