fix: make cookies file writable for yt-dlp cookie saving
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7e121334ba
commit
fb5d189334
|
|
@ -64,7 +64,7 @@ services:
|
|||
- YTDLP_COOKIES_FILE=/app/cookies.txt
|
||||
volumes:
|
||||
- media_data:/data
|
||||
- ./cookies.txt:/app/cookies.txt:ro
|
||||
- ./cookies.txt:/app/cookies.txt
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Reference in New Issue