From fb5d18933441f92c167258e9d7298966abf8fd90 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sun, 8 Feb 2026 12:39:50 +0000 Subject: [PATCH] fix: make cookies file writable for yt-dlp cookie saving Co-Authored-By: Claude Opus 4.6 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 778e56c..2f8d6d1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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