Disable healthcheck for now

This commit is contained in:
3wc 2020-10-06 23:08:53 +02:00
parent e8e8ad0a0a
commit 1115553984
1 changed files with 6 additions and 6 deletions

View File

@ -21,12 +21,12 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
volumes:
- content:/usr/share/nginx/html
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 30s
timeout: 10s
retries: 10
start_period: 1m
#healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"]
# interval: 30s
# timeout: 10s
# retries: 10
# start_period: 1m
volumes: