From 3a6646d342e7e732e0d9648553b0f88e390a21d8 Mon Sep 17 00:00:00 2001 From: Christoph Califice Date: Sat, 21 Feb 2026 17:29:02 -0300 Subject: [PATCH] gluetun tz --- qbittorrent/docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qbittorrent/docker-compose.yml b/qbittorrent/docker-compose.yml index 6a1bcbd..713d3cd 100644 --- a/qbittorrent/docker-compose.yml +++ b/qbittorrent/docker-compose.yml @@ -16,9 +16,6 @@ services: # - "40848:40848/udp" restart: unless-stopped network_mode: "service:gluetun" - depends_on: - gluetun: - condition: service_healthy gluetun: @@ -34,6 +31,7 @@ services: - WIREGUARD_PRIVATE_KEY=wEePWTLpMDYd0Fuqzef40q8ggyActNdt7veVWOaxiV8= - WIREGUARD_PRESHARED_KEY=0b+TB4RdPWMhcu44/sOd2lJrHNIAheddnE54OqOyrZQ= - WIREGUARD_ADDRESSES=10.8.0.4/32 + - TZ=America/Sao_Paulo ports: - 8181:8181 - 40848:40848