fix: give jellyfin tmpdir, shared media dir to allow yt-dlp to run in another container as needed
This commit is contained in:
parent
ece0312599
commit
9c7903ba01
1 changed files with 2 additions and 1 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue