+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user