From 86e3e4e833f7276ebcd567d58e509d9c0e607fdd Mon Sep 17 00:00:00 2001 From: ruslandoga <67764432+ruslandoga@users.noreply.github.com> Date: Wed, 25 Sep 2024 21:38:25 +0700 Subject: [PATCH] fix plausible_events_db healthcheck --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 0e785d8..79d5752 100644 --- a/compose.yml +++ b/compose.yml @@ -26,7 +26,7 @@ services: soft: 262144 hard: 262144 healthcheck: - test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:8123/ping || exit 1"] + test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:8123/ping || exit 1"] start_interval: 2s start_period: 1m