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:
Jeff Emmett 2026-02-08 12:39:50 +00:00
parent 7e121334ba
commit fb5d189334
1 changed files with 1 additions and 1 deletions

View File

@ -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