From 60db8be1f2df363cfefac3a3009a4379caa49c83 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Fri, 5 Jun 2026 00:43:12 -0700 Subject: [PATCH] fixed grafana 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 eaed2df..a9cde0c 100644 --- a/Monitor-Stack/docker-compose-volume.yaml +++ b/Monitor-Stack/docker-compose-volume.yaml @@ -101,7 +101,7 @@ services: networks: - monitor_network healthcheck: - test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:3000/api/health || exit 1"] + test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:3000/api/health || exit 1"] interval: 15s timeout: 5s retries: 5