diff --git a/docker-compose.yml b/docker-compose.yml index ee5ad58..7002001 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -104,7 +104,7 @@ services: - schoolcompare-network restart: unless-stopped healthcheck: - test: ["CMD-SHELL", "curl -sf http://localhost:8080/api/v1/flows/search || exit 1"] + test: ["CMD-SHELL", "curl -sf http://localhost:8081/health | grep -q '\"status\":\"UP\"'"] interval: 15s timeout: 10s retries: 10