diff --git a/compose.yml b/compose.yml index af47847..5295771 100644 --- a/compose.yml +++ b/compose.yml @@ -23,7 +23,7 @@ services: #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" healthcheck: - test: ["CMD", "wget", "--tries=1", "http://localhost:5000"] + test: ["CMD", "wget", "--tries=1", "http://localhost:5000", "-O", "/dev/null"] interval: 30s timeout: 10s retries: 10