diff --git a/docker-compose.yml b/docker-compose.yml index 075516b3..11cf5c24 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: networks: parr-network: healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8080/api/v1/health"] + test: ["CMD", "curl", "-f", "http://localhost:80/api/v1/health"] interval: 30s timeout: 10s retries: 3