fix: align docker health checks with runtime image

This commit is contained in:
ius
2026-03-12 17:03:21 +08:00
parent b764d3b8f6
commit addefe79e1
4 changed files with 4 additions and 4 deletions

View File

@@ -146,7 +146,7 @@ services:
networks:
- sub2api-network
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
test: ["CMD", "wget", "-q", "-T", "5", "-O", "/dev/null", "http://localhost:8080/health"]
interval: 30s
timeout: 10s
retries: 3