comment out gluetun taking 8080
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
d55ce82ded
commit
6484d1eea6
1 changed files with 3 additions and 4 deletions
|
|
@ -17,8 +17,8 @@ services:
|
|||
- SERVER_CITIES=Vancouver
|
||||
- FIREWALL_VPN_INPUT_PORTS=30754
|
||||
- WIREGUARD_IMPLEMENTATION=kernelspace
|
||||
ports:
|
||||
- 8080:8080 # qBittorrent Web UI
|
||||
#ports:
|
||||
# - 8080:8080 # qBittorrent Web UI
|
||||
volumes:
|
||||
- /lib/modules:/lib/modules:ro # Required for kernel mode
|
||||
|
||||
|
|
@ -41,8 +41,7 @@ services:
|
|||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
- WEBUI_PORT=7979
|
||||
#- WEBUI_PORT=8080
|
||||
- WEBUI_PORT=8080
|
||||
- TORRENTING_PORT=30754
|
||||
volumes:
|
||||
- /docker/qbittorrent/data:/config
|
||||
|
|
|
|||
Loading…
Reference in a new issue