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.