diff --git a/docker-compose.yml b/docker-compose.yml index 4a1d3353..241a4422 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,7 +36,7 @@ services: volumes: - storage_data:/app/storage healthcheck: - test: ["CMD-SHELL", "wget -qO- http://localhost:8086/ready || exit 1"] + test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8086/ready || exit 1"] interval: 30s timeout: 5s start_period: 30s