hotio qbt ports
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
};
|
};
|
||||||
qbittorrent = {
|
qbittorrent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 8090;
|
port = 8080;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ in {
|
|||||||
autoStart = true;
|
autoStart = true;
|
||||||
dependsOn = ["gluetun"];
|
dependsOn = ["gluetun"];
|
||||||
ports = [
|
ports = [
|
||||||
"8090:8090"
|
"8080:8080"
|
||||||
"58846:58846"
|
"58846:58846"
|
||||||
];
|
];
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
@@ -79,7 +79,7 @@ in {
|
|||||||
ports = [
|
ports = [
|
||||||
"8388:8388"
|
"8388:8388"
|
||||||
"58846:58846"
|
"58846:58846"
|
||||||
"8090:8090"
|
"8080:8080"
|
||||||
];
|
];
|
||||||
devices = ["/dev/net/tun:/dev/net/tun"];
|
devices = ["/dev/net/tun:/dev/net/tun"];
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user