fixed healthcheck

This commit is contained in:
2026-05-19 09:39:56 -07:00
parent 068ccd6b4d
commit 472a09ea5c
+1 -1
View File
@@ -17,7 +17,7 @@ services:
- pinchflat-app:/config - pinchflat-app:/config
- ${PINCHFLAT_DOWNLOAD}:/downloads - ${PINCHFLAT_DOWNLOAD}:/downloads
healthcheck: healthcheck:
test: ["CMD-SHELL", "curl --fail http://localhost:${PORT}/healthcheck || exit 1"] test: ["CMD-SHELL", "curl --fail http://localhost:8945/healthcheck || exit 1"]
interval: 30s interval: 30s
start_period: 15s start_period: 15s
deploy: deploy: