fixed loki health check again

This commit is contained in:
2026-06-05 00:39:49 -07:00
parent 3131f9318b
commit 51b330586f
+1 -1
View File
@@ -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