shelfarr: mount SABnzbd's real complete_dir so post-processing can find files
This commit is contained in:
parent
e37d73fd65
commit
88e1b03f16
1 changed files with 5 additions and 0 deletions
|
|
@ -30,6 +30,11 @@
|
|||
"/var/lib/shelfarr:/rails/storage"
|
||||
"/mnt/storage/torrents/audiobooks:/audiobooks"
|
||||
"/mnt/storage/torrents/downloads:/downloads"
|
||||
# SABnzbd's real complete_dir (see sabnzbd.nix) — mounted at the
|
||||
# same path SABnzbd itself reports, so Shelfarr's post-processing
|
||||
# step can find and move files without needing the
|
||||
# download_remote_path/download_local_path rewrite settings.
|
||||
"/mnt/storage/usenet/downloads:/mnt/storage/usenet/downloads"
|
||||
];
|
||||
extraOptions = [ "--network=host" ];
|
||||
environment = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue