mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
updating qbit version
This commit is contained in:
@@ -7,7 +7,7 @@ in
|
||||
allowedUDPPorts = [ 6881 29432 ];
|
||||
};
|
||||
virtualisation.oci-containers.containers.qbit = {
|
||||
image = "ghcr.io/linuxserver/qbittorrent:latest";
|
||||
image = "ghcr.io/linuxserver/qbittorrent:5.0.2";
|
||||
ports = [
|
||||
"6881:6881"
|
||||
"6881:6881/udp"
|
||||
|
||||
@@ -7,7 +7,7 @@ in
|
||||
allowedUDPPorts = [ 6882 ];
|
||||
};
|
||||
virtualisation.oci-containers.containers.qbitvpn = {
|
||||
image = "binhex/arch-qbittorrentvpn:latest";
|
||||
image = "binhex/arch-qbittorrentvpn:5.0.2-1-01";
|
||||
extraOptions = [ "--cap-add=NET_ADMIN" ];
|
||||
ports = [
|
||||
"6882:6881"
|
||||
|
||||
Reference in New Issue
Block a user