added intermediate cache to sabnzbd
This commit is contained in:
parent
1db51bf214
commit
22bd9a7879
1 changed files with 1 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ in
|
||||||
volumes = [
|
volumes = [
|
||||||
"/var/lib/sabnzbd:/config"
|
"/var/lib/sabnzbd:/config"
|
||||||
"/mnt/mergerfs/media/usenet:/data/usenet"
|
"/mnt/mergerfs/media/usenet:/data/usenet"
|
||||||
|
"/mnt/cache/sabnzbd:/cache"
|
||||||
];
|
];
|
||||||
extraOptions = cfg.podman.extraOptions;
|
extraOptions = cfg.podman.extraOptions;
|
||||||
autoStart = false;
|
autoStart = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue