disabled healthchecks
This commit is contained in:
parent
d189ca9f71
commit
2a0ba09251
|
|
@ -16,8 +16,3 @@ services:
|
|||
# Restriction of filesystem -bizMark
|
||||
- /home/marc/proxy-manager/data:/data
|
||||
- /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