feat(self_host/jellyfin): adding the dockers /downloads mount point

This commit is contained in:
Raphael 2026-01-08 13:46:42 +01:00
parent 85c7c2797c
commit 1773438cc8
No known key found for this signature in database

View file

@ -72,6 +72,7 @@ in
}; };
volumes = [ volumes = [
"/mnt/data/radarr/config:/config" "/mnt/data/radarr/config:/config"
"/mnt/data/downloads:/downloads"
"/mnt/data:/data" "/mnt/data:/data"
]; ];
}; };
@ -88,6 +89,7 @@ in
}; };
volumes = [ volumes = [
"/mnt/data/sonarr/config:/config" "/mnt/data/sonarr/config:/config"
"/mnt/data/downloads:/downloads"
"/mnt/data:/data" "/mnt/data:/data"
]; ];
}; };