From b7711e284d649e234fa7f842c1e5d07b96b1996f Mon Sep 17 00:00:00 2001 From: ruslandoga <67764432+ruslandoga@users.noreply.github.com> Date: Sun, 29 Sep 2024 16:11:03 +0700 Subject: [PATCH] wait for ch healthcheck --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 12bb070..3990027 100644 --- a/compose.yml +++ b/compose.yml @@ -25,7 +25,7 @@ services: soft: 262144 hard: 262144 healthcheck: - test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:8123/ping || exit 1"] + test: ["CMD-SHELL", "wget --no-verbose --tries=1 -O - http://127.0.0.1:8123/ping || exit 1"] start_period: 1m plausible: