fix(referral-service): 统一健康检查使用 wget

docker-compose.yml: curl -> wget (与 Dockerfile 一致)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Developer 2025-12-02 10:35:47 -08:00
parent 00e359b412
commit b5d097214b
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ services:
kafka:
condition: service_started
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3004/health"]
test: ["CMD", "wget", "-q", "--spider", "http://localhost:3004/health"]
interval: 30s
timeout: 3s
retries: 3