fixed loki health check again
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- monitor_network
|
- monitor_network
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3100/ready"]
|
test: ["CMD", "/usr/bin/loki", "-health"]
|
||||||
interval: 15s
|
interval: 15s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user