fixed healthcheck again

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