fix ports
This commit is contained in:
@@ -41,6 +41,9 @@ in
|
|||||||
networks = [
|
networks = [
|
||||||
"container:gluetun-qbit"
|
"container:gluetun-qbit"
|
||||||
];
|
];
|
||||||
|
environment = qbitBase.environment // {
|
||||||
|
WEBUI_PORT = "8081";
|
||||||
|
};
|
||||||
dependsOn = [ "gluetun-qbit" ];
|
dependsOn = [ "gluetun-qbit" ];
|
||||||
volumes = [
|
volumes = [
|
||||||
"${qbitvpn_path}/config:/config"
|
"${qbitvpn_path}/config:/config"
|
||||||
@@ -53,6 +56,9 @@ in
|
|||||||
networks = [
|
networks = [
|
||||||
"container:gluetun-qbit"
|
"container:gluetun-qbit"
|
||||||
];
|
];
|
||||||
|
environment = qbitBase.environment // {
|
||||||
|
WEBUI_PORT = "8083";
|
||||||
|
};
|
||||||
dependsOn = [ "gluetun-qbit" ];
|
dependsOn = [ "gluetun-qbit" ];
|
||||||
volumes = [
|
volumes = [
|
||||||
"${qbitperm_path}/config:/config"
|
"${qbitperm_path}/config:/config"
|
||||||
|
|||||||
Reference in New Issue
Block a user