diff --git a/docker-compose.yml b/docker-compose.yml index e83be07e..38278f12 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -45,7 +45,7 @@ services: depends_on: - nofx healthcheck: - test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost/health"] + test: ["CMD", "curl", "-f", "http://127.0.0.1/health"] interval: 30s timeout: 10s retries: 3