Update downloader.docker-compose.yml
Signed-off-by: karmacoma <karmacoma@karmacoma.dev>
This commit is contained in:
parent
90ebff4cd0
commit
fa4b083895
1 changed files with 2 additions and 2 deletions
|
|
@ -71,11 +71,11 @@ services:
|
||||||
image: patrickaclark/gluetun-qbittorrent-port-manager:latest
|
image: patrickaclark/gluetun-qbittorrent-port-manager:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: array-qbt-gt-portmapping
|
container_name: array-qbt-gt-portmapping
|
||||||
network_mode: "service:gluetun"
|
network_mode: "service:array-gluetun"
|
||||||
volumes:
|
volumes:
|
||||||
- gluetun_port:/tmp/gluetun
|
- gluetun_port:/tmp/gluetun
|
||||||
environment:
|
environment:
|
||||||
- QBITTORRENT_SERVER=array-gluetun # IP Address of qbittorrent
|
- QBITTORRENT_SERVER=localhost # IP Address of qbittorrent
|
||||||
- QBITTORRENT_PORT=8080
|
- QBITTORRENT_PORT=8080
|
||||||
- PORT_FORWARDED=/tmp/gluetun/forwarded_port
|
- PORT_FORWARDED=/tmp/gluetun/forwarded_port
|
||||||
- HTTP_S=http # Select 'http' or 'https' depending on if you use certificates.
|
- HTTP_S=http # Select 'http' or 'https' depending on if you use certificates.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue