fixed health check

This commit is contained in:
2026-05-12 23:58:17 -07:00
parent 73761df7ef
commit a7a5b952d2
+1 -1
View File
@@ -7,7 +7,7 @@ services:
ports: ports:
- ${OMNITOOLS_PORT:-8000}:80 - ${OMNITOOLS_PORT:-8000}:80
healthcheck: healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://localhost:80"] test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:80"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3