torrent: pin docker versions
This commit is contained in:
parent
a12a65dd4b
commit
cfcaf33743
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
sops.secrets.gluetun = {};
|
||||
virtualisation.oci-containers.containers = {
|
||||
gluetun = {
|
||||
image = "qmcgaw/gluetun";
|
||||
image = "qmcgaw/gluetun:pr-1616";
|
||||
ports = [
|
||||
"8888:8888/tcp" # HTTP proxy
|
||||
"8388:8388/tcp" # Shadowsocks
|
||||
|
@ -15,7 +15,7 @@
|
|||
extraOptions = ["--cap-add=NET_ADMIN"];
|
||||
};
|
||||
qbittorrent = {
|
||||
image = "linuxserver/qbittorrent:latest";
|
||||
image = "linuxserver/qbittorrent:4.5.3";
|
||||
dependsOn = ["gluetun"];
|
||||
environment = {
|
||||
PUID = "1001";
|
||||
|
|
Loading…
Reference in a new issue