added config dir
This commit is contained in:
parent
7160331636
commit
cb5cc749ba
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ mounts:
|
||||||
remote: /mnt/butter/video
|
remote: /mnt/butter/video
|
||||||
local: /mnt/video
|
local: /mnt/video
|
||||||
type: nfs
|
type: nfs
|
||||||
|
bind:
|
||||||
|
- name: jellyfin config
|
||||||
|
src: /mnt/data/jelly/config/
|
||||||
|
mount: /etc/jellyfin
|
||||||
bind:
|
bind:
|
||||||
- name: jellyfin data
|
- name: jellyfin data
|
||||||
src: /mnt/data/jelly/data/
|
src: /mnt/data/jelly/data/
|
||||||
|
|
Loading…
Add table
Reference in a new issue