hotio qbt ports

This commit is contained in:
2025-07-22 15:29:46 +02:00
parent 13394d1176
commit daaf304689
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@
};
qbittorrent = {
enable = true;
port = 8090;
port = 8080;
};
};
}

View File

@@ -53,7 +53,7 @@ in {
autoStart = true;
dependsOn = ["gluetun"];
ports = [
"8090:8090"
"8080:8080"
"58846:58846"
];
extraOptions = [
@@ -79,7 +79,7 @@ in {
ports = [
"8388:8388"
"58846:58846"
"8090:8090"
"8080:8080"
];
devices = ["/dev/net/tun:/dev/net/tun"];
autoStart = true;