qbit is host networked #171

Merged
ahuston-0 merged 2 commits from feature/qbit into main 2026-01-08 16:34:11 -05:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 670a19f27f - Show all commits

View File

@@ -33,6 +33,7 @@ in
"${data_path}/data/:/data"
"/etc/localtime:/etc/localtime:ro"
];
networks = [ "host" ];
ports = [
"8082:8082"
"29432:29432"

View File

@@ -45,6 +45,14 @@
8686
8787
5055
# torr
29432
];
allowedUDPPorts = [
# torr
29432
];
};