fix: use gateway healthcheck flag in compose

This commit is contained in:
fawney19
2026-05-11 19:21:46 +08:00
parent 1d33e2c51b
commit 30b18d3310

View File

@@ -84,7 +84,7 @@ services:
volumes:
- ./logs:/app/logs
healthcheck:
test: ["CMD", "aether-gateway", "health", "--url", "http://127.0.0.1:${APP_PORT:-8084}/health"]
test: ["CMD", "aether-gateway", "--healthcheck"]
interval: 30s
timeout: 5s
retries: 3