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:
parent
49d62fa772
commit
9f19363409
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user