diff --git a/docker-compose.yml b/docker-compose.yml index 19065ea..7120080 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: OPENCLAW_MODEL: ${OPENCLAW_MODEL:-zeroclaw} SEC_USER_AGENT: ${SEC_USER_AGENT:-Fiscal Clone } healthcheck: - test: ["CMD-SHELL", "wget -q --spider http://localhost:3000/api/health || exit 1"] + test: ["CMD-SHELL", "wget -q --spider http://127.0.0.1:3000/api/health || exit 1"] interval: 30s timeout: 10s retries: 3