diff --git a/compose.yaml b/compose.yaml index 86fd21b..66f3abe 100644 --- a/compose.yaml +++ b/compose.yaml @@ -47,7 +47,7 @@ services: expose: - "8080" healthcheck: - test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://127.0.0.1:8080/healthz"] + test: ["CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1:8080/healthz"] interval: 15s timeout: 5s retries: 5