From 472a09ea5ca6df0f8bc66d0b18e97acc126ec89e Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Tue, 19 May 2026 09:39:56 -0700 Subject: [PATCH] fixed healthcheck --- Pinchflat/docker-compose-nfs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pinchflat/docker-compose-nfs.yaml b/Pinchflat/docker-compose-nfs.yaml index 0a2a852..6127c0e 100644 --- a/Pinchflat/docker-compose-nfs.yaml +++ b/Pinchflat/docker-compose-nfs.yaml @@ -17,7 +17,7 @@ services: - pinchflat-app:/config - ${PINCHFLAT_DOWNLOAD}:/downloads 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 start_period: 15s deploy: