diff --git a/docker-compose.yaml b/docker-compose.yaml index 4e0fb58..5601ac0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -39,7 +39,7 @@ services: - internal - coolify healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8080/healthcheck"] + test: ["CMD", "curl", "-f", "http://localhost:8080/"] interval: 30s timeout: 10s start_period: 60s