From fd9453090ffdc3e73f64b78717930170f76fa2ce Mon Sep 17 00:00:00 2001 From: Mikhail Trubnikov Date: Fri, 21 Nov 2025 11:28:24 +1000 Subject: [PATCH] fix(api): docker compose --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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