fix ports

This commit is contained in:
2026-01-07 23:20:51 -05:00
parent 70dc094061
commit d247c38cb1

View File

@@ -41,6 +41,9 @@ in
networks = [
"container:gluetun-qbit"
];
environment = qbitBase.environment // {
WEBUI_PORT = "8081";
};
dependsOn = [ "gluetun-qbit" ];
volumes = [
"${qbitvpn_path}/config:/config"
@@ -53,6 +56,9 @@ in
networks = [
"container:gluetun-qbit"
];
environment = qbitBase.environment // {
WEBUI_PORT = "8083";
};
dependsOn = [ "gluetun-qbit" ];
volumes = [
"${qbitperm_path}/config:/config"