fix(qbittorrent): dont allow vpn input ports

This commit is contained in:
SeanOMik 2023-12-14 09:55:12 -05:00
parent 153ffb4f3f
commit 30febac0c9
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ spec:
gluetun:
image: qmcgaw/gluetun:v3.36
env:
- name: FIREWALL_VPN_INPUT_PORTS
value: "40574"
# - name: FIREWALL_VPN_INPUT_PORTS
# value: "40574"
- name: FIREWALL_INPUT_PORTS
value: "8080,17871" # 17871 is the prometheus exporter
envFrom: