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: