chore(docker): fix docker healthcheck (#435)

- fix #418
This commit is contained in:
Edouard Vanbelle
2026-06-08 15:25:39 +02:00
committed by GitHub
parent 2ad55879f3
commit 233531bce5
+1 -1
View File
@@ -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