diff --git a/compose.yml b/compose.yml index d0423d2..20b516d 100644 --- a/compose.yml +++ b/compose.yml @@ -17,7 +17,7 @@ services: - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" healthcheck: - test: ["CMD", "curl", "-f", "http://localhost"] + test: ["CMD", "curl", "-f", "http://localhost:${PORT}"] interval: 30s timeout: 10s retries: 10