diff --git a/backend/docker-compose.yml b/backend/docker-compose.yml index 29717d8..0b66889 100644 --- a/backend/docker-compose.yml +++ b/backend/docker-compose.yml @@ -106,7 +106,7 @@ services: depends_on: - api healthcheck: - test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost/health"] + test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:8080/health"] interval: 30s timeout: 10s retries: 3