From 21c23b1ecb47de04d92ff61f96041b6291230840 Mon Sep 17 00:00:00 2001 From: Qballjos Date: Thu, 25 Feb 2021 18:39:29 +0100 Subject: [PATCH] remove network mode, add additional ports option --- Template/Stack/vpn_download.yml | 5 +---- Template/test.json | 6 ++++++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Template/Stack/vpn_download.yml b/Template/Stack/vpn_download.yml index 81f6e50..5f12cc4 100644 --- a/Template/Stack/vpn_download.yml +++ b/Template/Stack/vpn_download.yml @@ -27,7 +27,7 @@ services: - ENABLE_PRIVOXY=${ENABLE_PRIVOXY} - LAN_NETWORK=${LAN_NETWORK} - NAME_SERVERS=${NAME_SERVERS} - - ADDITIONAL_PORTS=6789, 9117, 5076 + - ADDITIONAL_PORTS=${ADDITIONAL_PORTS} - DEBUG=${DEBUG} - WEBUI_PORT=${QBITTORENTPORT} volumes: @@ -38,7 +38,6 @@ services: nzbhydra2: container_name: nzbhydra2 image: hotio/nzbhydra2 - network_mode: "container:[qbittorrent]" environment: - PUID=${PUID} - PGID=${PGID} @@ -50,7 +49,6 @@ services: jackett: container_name: jackett image: hotio/jackett - network_mode: "container:[qbittorrent]" environment: - PUID=${PUID} - PGID=${PGID} @@ -63,7 +61,6 @@ services: nzbget: container_name: nzbget image: hotio/nzbget - network_mode: "container:[qbittorrent]" environment: - PUID=${PUID} - PGID=${PGID} diff --git a/Template/test.json b/Template/test.json index 0f6fbab..b9130ab 100644 --- a/Template/test.json +++ b/Template/test.json @@ -46,6 +46,12 @@ "label": "Jackett port", "name": "JACKETTPORT" }, + { + "default": "6789, 9117, 5076", + "label": "aditional ports", + "name": "ADDITIONAL_PORTS", + "description": "to pass through the vpn network" + }, { "label": "Enable VPN", "name": "VPN_ENABLED",