From abfbd034abc7b19751f7c19f3acd9293a5cfc98a Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Sun, 31 May 2026 14:11:00 -0400 Subject: [PATCH] fix(playout): point CasparCG log/data paths at writable /media volume The 2.4.x server aborts at startup if its configured log-path isn't writable/creatable. /opt/casparcg is a read-only-ish symlinked install dir; the entrypoint already mkdirs /media/casparcg/{log,data}. Point the config there to match (the working image used these paths). Co-Authored-By: Claude Opus 4.8 --- services/playout/casparcg.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/playout/casparcg.config b/services/playout/casparcg.config index 961bab5..9a45e88 100644 --- a/services/playout/casparcg.config +++ b/services/playout/casparcg.config @@ -2,8 +2,8 @@ /media/ - /opt/casparcg/log/ - /opt/casparcg/data/ + /media/casparcg/log/ + /media/casparcg/data/ /media/templates/