diff --git a/docker-compose.release.yml b/docker-compose.release.yml index fcc1d4d6..2c35d92f 100644 --- a/docker-compose.release.yml +++ b/docker-compose.release.yml @@ -255,7 +255,7 @@ services: memory: 512m cpus: '0.5' healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:7080/index/api/api_summary"] + test: ["CMD", "curl", "-f", "http://localhost:7080/index/api/getServerConfig?secret=u3UapOhmZa9er7S37Hc2k695NlZOBYdB"] interval: 30s timeout: 10s retries: 3