Services/Sabnzbd: Add incomplete downloads directories
This commit is contained in:
@ -23,7 +23,7 @@ in {
|
|||||||
dependsOn = [];
|
dependsOn = [];
|
||||||
|
|
||||||
ports = [
|
ports = [
|
||||||
# "6767:6766"
|
# "6767:6767"
|
||||||
];
|
];
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|||||||
@ -23,11 +23,17 @@ in {
|
|||||||
dependsOn = [];
|
dependsOn = [];
|
||||||
|
|
||||||
ports = [
|
ports = [
|
||||||
|
# NOTE: On initial start, the gui won't be reachable via reverse proxy,
|
||||||
|
# because the hostname has to be whitelisted.
|
||||||
|
# Edit the "sabnzbd.ini" in the docker volume and add the reverse-proxy address
|
||||||
|
# to the host_whitelist variable.
|
||||||
# "8080:8080"
|
# "8080:8080"
|
||||||
];
|
];
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
|
"/media/Movie/.sabnzbd:/media/movies/incomplete"
|
||||||
"/media/Movie/0-MakeMKV:/media/movies"
|
"/media/Movie/0-MakeMKV:/media/movies"
|
||||||
|
"/media/Show/.sabnzbd:/media/shows/incomplete"
|
||||||
"/media/Show/0-MakeMKV:/media/shows"
|
"/media/Show/0-MakeMKV:/media/shows"
|
||||||
|
|
||||||
"sabnzbd_config:/config"
|
"sabnzbd_config:/config"
|
||||||
|
|||||||
Reference in New Issue
Block a user