diff --git a/docker-compose.yml b/docker-compose.yml index 110e32d5..df76cb3b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -247,7 +247,7 @@ services: ports: - "8080:8080" healthcheck: - test: ["CMD-SHELL", "curl -f http://localhost:8080/ || exit 1"] + test: ["CMD-SHELL", "curl -f http://localhost:8080/health || exit 1"] interval: 20s timeout: 10s retries: 5