fix: give jellyfin tmpdir, shared media dir to allow yt-dlp to run in another container as needed

This commit is contained in:
mustard 2025-11-03 11:51:50 +01:00
parent ece0312599
commit 9c7903ba01

View file

@ -7,7 +7,8 @@ Image=ghcr.io/jellyfin/jellyfin
Network=frontend.network Network=frontend.network
Volume=/srv/jellyfin/config:/config:Z Volume=/srv/jellyfin/config:/config:Z
Volume=/srv/jellyfin/cache:/cache:Z Volume=/srv/jellyfin/cache:/cache:Z
Volume=/srv/jellyfin/media:/media:Z,ro Volume=/srv/jellyfin/media:/media:z,ro
Volume=/srv/jellyfin/tmp:/tmp:Z
AutoUpdate=registry AutoUpdate=registry
[Install] [Install]