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
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
- WEBUI_PORT=80
|
|
||||||
volumes:
|
volumes:
|
||||||
- qbittorrent-config:/config
|
- qbittorrent-config:/config
|
||||||
- qbittorrent-data:/data
|
- qbittorrent-data:/data
|
||||||
|
|
@ -31,11 +30,3 @@ services:
|
||||||
- 8388:8388/udp # Shadowsocks
|
- 8388:8388/udp # Shadowsocks
|
||||||
volumes:
|
volumes:
|
||||||
- gluetun:/gluetun
|
- 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
|
|
||||||
Loading…
Reference in a new issue