fix(docker): fix healthcheck failures in docker-compose.yml (#906)

This commit is contained in:
0xYYBB | ZYY | Bobo
2025-11-12 15:35:25 +08:00
committed by GitHub
parent ea3be2e916
commit 21cc6e0bcd
+1 -1
View File
@@ -45,7 +45,7 @@ services:
depends_on:
- nofx
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost/health"]
test: ["CMD", "curl", "-f", "http://127.0.0.1/health"]
interval: 30s
timeout: 10s
retries: 3