From 48dd3d44ebff0f4d94a2c5879af2dd962455c260 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Fri, 5 Jun 2026 00:44:30 -0700 Subject: [PATCH] fixed the other health checks --- Monitor-Stack/docker-compose-volume.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Monitor-Stack/docker-compose-volume.yaml b/Monitor-Stack/docker-compose-volume.yaml index a9cde0c..1c53bb3 100644 --- a/Monitor-Stack/docker-compose-volume.yaml +++ b/Monitor-Stack/docker-compose-volume.yaml @@ -40,7 +40,7 @@ services: networks: - monitor_network healthcheck: - test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:9090/-/healthy || exit 1"] + test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:9090/-/healthy || exit 1"] interval: 15s timeout: 5s retries: 5 @@ -67,7 +67,7 @@ services: networks: - monitor_network healthcheck: - test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:9093/-/healthy || exit 1"] + test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:9093/-/healthy || exit 1"] interval: 15s timeout: 5s retries: 5