diff --git a/Monitor-Stack/docker-compose-volume.yaml b/Monitor-Stack/docker-compose-volume.yaml index 1a84793..eaed2df 100644 --- a/Monitor-Stack/docker-compose-volume.yaml +++ b/Monitor-Stack/docker-compose-volume.yaml @@ -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