From fa4b083895eb335df45efd6a7222f5130e5ecd86 Mon Sep 17 00:00:00 2001 From: karmacoma Date: Wed, 26 Nov 2025 03:34:40 +0000 Subject: [PATCH] Update downloader.docker-compose.yml Signed-off-by: karmacoma --- downloader.docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/downloader.docker-compose.yml b/downloader.docker-compose.yml index 7a36be3..9667a55 100644 --- a/downloader.docker-compose.yml +++ b/downloader.docker-compose.yml @@ -71,11 +71,11 @@ services: image: patrickaclark/gluetun-qbittorrent-port-manager:latest restart: unless-stopped container_name: array-qbt-gt-portmapping - network_mode: "service:gluetun" + network_mode: "service:array-gluetun" volumes: - gluetun_port:/tmp/gluetun environment: - - QBITTORRENT_SERVER=array-gluetun # IP Address of qbittorrent + - QBITTORRENT_SERVER=localhost # IP Address of qbittorrent - QBITTORRENT_PORT=8080 - PORT_FORWARDED=/tmp/gluetun/forwarded_port - HTTP_S=http # Select 'http' or 'https' depending on if you use certificates.