fix: add TEMP and TMPDIR environment variables for Pinchflat service. Force yt-dlp to use the container's internal /tmp instead of /config.

This commit is contained in:
nathan 2026-04-20 09:52:43 -04:00
parent 49d62fa772
commit 9f19363409

View File

@ -7,6 +7,8 @@ services:
- TZ=America/New_York - TZ=America/New_York
- BASIC_AUTH_USERNAME=chester - BASIC_AUTH_USERNAME=chester
- BASIC_AUTH_PASSWORD=Procmi*1 - BASIC_AUTH_PASSWORD=Procmi*1
- TEMP=/tmp
- TMPDIR=/tmp
image: keglin/pinchflat:latest image: keglin/pinchflat:latest
mem_limit: 2048m mem_limit: 2048m
ports: ports: