diff --git a/compose.yml b/compose.yml index 552ef35..9268ca1 100644 --- a/compose.yml +++ b/compose.yml @@ -24,7 +24,7 @@ services: networks: - proxy healthcheck: - test: ["CMD", "wget", "-q", "-t 1", "http://localhost:8042"] + test: ["CMD", "wget", "-q", "-t 1", "http://localhost:8042/healthz"] interval: 10s timeout: 10s retries: 10