fix(qbittorrent): dont allow vpn input ports
This commit is contained in:
parent
153ffb4f3f
commit
30febac0c9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue