fixed loki health check

This commit is contained in:
2026-06-05 00:31:42 -07:00
parent e540abcbbd
commit 3131f9318b
+1 -1
View File
@@ -11,7 +11,7 @@ services:
networks: networks:
- monitor_network - monitor_network
healthcheck: 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 interval: 15s
timeout: 5s timeout: 5s
retries: 5 retries: 5