diff --git a/stack.yml b/stack.yml index d76193b..41a0896 100644 --- a/stack.yml +++ b/stack.yml @@ -8,10 +8,10 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock:ro healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8080"] + test: ["CMD", "echo", "true"] interval: 30s timeout: 10s - retries: 3 + retries: 20 networks: - net - traefik