Update downloader.docker-compose.yml

Signed-off-by: karmacoma <karmacoma@karmacoma.dev>
This commit is contained in:
KARMACOMA 2025-11-26 03:34:40 +00:00
parent 90ebff4cd0
commit fa4b083895

View file

@ -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.