feat(self_host/jellyfin): adding the dockers /downloads mount point
This commit is contained in:
parent
85c7c2797c
commit
1773438cc8
1 changed files with 2 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ in
|
|||
};
|
||||
volumes = [
|
||||
"/mnt/data/radarr/config:/config"
|
||||
"/mnt/data/downloads:/downloads"
|
||||
"/mnt/data:/data"
|
||||
];
|
||||
};
|
||||
|
|
@ -88,6 +89,7 @@ in
|
|||
};
|
||||
volumes = [
|
||||
"/mnt/data/sonarr/config:/config"
|
||||
"/mnt/data/downloads:/downloads"
|
||||
"/mnt/data:/data"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue