fixed the healthcheck

This commit is contained in:
2026-05-31 01:24:06 -07:00
parent 9d1a04757e
commit b014955412
+1 -1
View File
@@ -25,7 +25,7 @@ services:
networks:
- manyfold
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3214/health"]
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3214/health"]
interval: 30s
timeout: 10s
retries: 5