1

Services/Sabnzbd: Add incomplete downloads directories

This commit is contained in:
2025-11-15 01:39:43 +01:00
parent 402db869d4
commit d7b6d097e9
2 changed files with 7 additions and 1 deletions

View File

@ -23,7 +23,7 @@ in {
dependsOn = [];
ports = [
# "6767:6766"
# "6767:6767"
];
volumes = [

View File

@ -23,11 +23,17 @@ in {
dependsOn = [];
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"
];
volumes = [
"/media/Movie/.sabnzbd:/media/movies/incomplete"
"/media/Movie/0-MakeMKV:/media/movies"
"/media/Show/.sabnzbd:/media/shows/incomplete"
"/media/Show/0-MakeMKV:/media/shows"
"sabnzbd_config:/config"