From 6aa5b2da513be74caa7e35cc90f308f3a9b99669 Mon Sep 17 00:00:00 2001 From: Christoph Califice Date: Sat, 21 Feb 2026 19:59:28 -0300 Subject: [PATCH] set gluetun to v3.41 --- qbittorrent/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qbittorrent/docker-compose.yml b/qbittorrent/docker-compose.yml index 7335f3a..2deed7b 100644 --- a/qbittorrent/docker-compose.yml +++ b/qbittorrent/docker-compose.yml @@ -22,10 +22,11 @@ services: gluetun: - image: qmcgaw/gluetun:latest + image: qmcgaw/gluetun:v3.41 container_name: gluetun_qbittorrent cap_add: - NET_ADMIN + - NET_RAW environment: - VPN_SERVICE_PROVIDER=custom - VPN_TYPE=wireguard