From 3131f9318b020bab610d9363449cf83347819472 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Fri, 5 Jun 2026 00:31:42 -0700 Subject: [PATCH] fixed loki health check --- 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 371bcef..1a84793 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-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:3100/ready || exit 1"] + test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3100/ready"] interval: 15s timeout: 5s retries: 5