From 0b0160b3599ac810848099b0144d86d234a4e0b4 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 23 Jun 2020 16:16:27 +0200 Subject: [PATCH] Use /healthz end-point --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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