From 9f193634098b5956c48999133a65511f86c6e3bd Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 20 Apr 2026 09:52:43 -0400 Subject: [PATCH] fix: add TEMP and TMPDIR environment variables for Pinchflat service. Force yt-dlp to use the container's internal /tmp instead of /config. --- nodes/waldorf/pinchflat/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodes/waldorf/pinchflat/compose.yaml b/nodes/waldorf/pinchflat/compose.yaml index 8fed649..679344d 100644 --- a/nodes/waldorf/pinchflat/compose.yaml +++ b/nodes/waldorf/pinchflat/compose.yaml @@ -7,6 +7,8 @@ services: - TZ=America/New_York - BASIC_AUTH_USERNAME=chester - BASIC_AUTH_PASSWORD=Procmi*1 + - TEMP=/tmp + - TMPDIR=/tmp image: keglin/pinchflat:latest mem_limit: 2048m ports: