added cache directory
This commit is contained in:
parent
d7a51eaa91
commit
7160331636
1 changed files with 5 additions and 1 deletions
|
@ -13,8 +13,12 @@ mounts:
|
||||||
local: /mnt/video
|
local: /mnt/video
|
||||||
type: nfs
|
type: nfs
|
||||||
bind:
|
bind:
|
||||||
- name: jellyfin
|
- name: jellyfin data
|
||||||
src: /mnt/data/jelly/data/
|
src: /mnt/data/jelly/data/
|
||||||
mount: /var/lib/jellyfin
|
mount: /var/lib/jellyfin
|
||||||
|
bind:
|
||||||
|
- name: jellyfin cache
|
||||||
|
src: /mnt/data/jelly/cache/
|
||||||
|
mount: /var/cache/jellyfin
|
||||||
|
|
||||||
# end of file
|
# end of file
|
||||||
|
|
Loading…
Add table
Reference in a new issue