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 = {};
|
sops.secrets.gluetun = {};
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
gluetun = {
|
gluetun = {
|
||||||
image = "qmcgaw/gluetun";
|
image = "qmcgaw/gluetun:pr-1616";
|
||||||
ports = [
|
ports = [
|
||||||
"8888:8888/tcp" # HTTP proxy
|
"8888:8888/tcp" # HTTP proxy
|
||||||
"8388:8388/tcp" # Shadowsocks
|
"8388:8388/tcp" # Shadowsocks
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
extraOptions = ["--cap-add=NET_ADMIN"];
|
extraOptions = ["--cap-add=NET_ADMIN"];
|
||||||
};
|
};
|
||||||
qbittorrent = {
|
qbittorrent = {
|
||||||
image = "linuxserver/qbittorrent:latest";
|
image = "linuxserver/qbittorrent:4.5.3";
|
||||||
dependsOn = ["gluetun"];
|
dependsOn = ["gluetun"];
|
||||||
environment = {
|
environment = {
|
||||||
PUID = "1001";
|
PUID = "1001";
|
||||||
|
|
Loading…
Reference in a new issue