fix: update healthcheck URL for mice service in docker-compose

This commit is contained in:
2025-07-12 18:26:53 +00:00
committed by GitHub
parent d8a853401f
commit f09ac2a535

View File

@@ -21,7 +21,7 @@ services:
# Optional: Add a health check
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:${PORT:-3000}"]
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:40625"]
interval: 30s
timeout: 10s
retries: 3