From 51b330586faa69ac7f60c067947a1cbf22f727d4 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Fri, 5 Jun 2026 00:39:49 -0700 Subject: [PATCH] fixed loki health check again --- Monitor-Stack/docker-compose-volume.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monitor-Stack/docker-compose-volume.yaml b/Monitor-Stack/docker-compose-volume.yaml index 1a84793..eaed2df 100644 --- a/Monitor-Stack/docker-compose-volume.yaml +++ b/Monitor-Stack/docker-compose-volume.yaml @@ -11,7 +11,7 @@ services: networks: - monitor_network healthcheck: - test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3100/ready"] + test: ["CMD", "/usr/bin/loki", "-health"] interval: 15s timeout: 5s retries: 5