Removed environment variables for downloader
This commit is contained in:
parent
14d08f724d
commit
547c6fc0fc
1 changed files with 1 additions and 10 deletions
|
|
@ -8,7 +8,6 @@ services:
|
|||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
- WEBUI_PORT=80
|
||||
volumes:
|
||||
- qbittorrent-config:/config
|
||||
- qbittorrent-data:/data
|
||||
|
|
@ -30,12 +29,4 @@ services:
|
|||
- 8388:8388/tcp # Shadowsocks
|
||||
- 8388:8388/udp # Shadowsocks
|
||||
volumes:
|
||||
- gluetun:/gluetun
|
||||
environment:
|
||||
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup
|
||||
- VPN_SERVICE_PROVIDER=protonvpn
|
||||
- VPN_TYPE=wireguard
|
||||
- WIREGUARD_PRIVATE_KEY=
|
||||
- SERVER_COUNTRIES=
|
||||
- PORT_FORWARD_ONLY=on
|
||||
- VPN_PORT_FORWARDING=on
|
||||
- gluetun:/gluetun
|
||||
Loading…
Reference in a new issue