diff --git a/docker-compose.yml b/docker-compose.yml index 7b7f471..db92106 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -81,7 +81,7 @@ services: IMAGEOPTION: "true" CONCURRENT_IMAGES: ${CONCURRENT_IMAGES} healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:1323/"] + test: ["CMD", "curl", "-f", "http://localhost:1323/health"] interval: 10s timeout: 5s retries: 5