diff --git a/builds/docker-compose-prod.yml b/builds/docker-compose-prod.yml index 65a39f497..1a7a73eb6 100644 --- a/builds/docker-compose-prod.yml +++ b/builds/docker-compose-prod.yml @@ -22,7 +22,7 @@ services: limits: memory: 4096MB healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:48080/admin-api/actuator/health"] + test: ["CMD", "curl", "-f", "http://localhost:48080/actuator/health"] timeout: 30s interval: 45s retries: 3 \ No newline at end of file