Added port forward only for VPNs that support it
This commit is contained in:
parent
4898e593a4
commit
33b318b204
@ -1,4 +1,2 @@
|
|||||||
version: "3"
|
|
||||||
|
|
||||||
# services:
|
# services:
|
||||||
# Add your custom services here!
|
# Add your custom services here!
|
||||||
|
@ -165,6 +165,7 @@ services:
|
|||||||
- OPENVPN_USER=${VPN_USER}
|
- OPENVPN_USER=${VPN_USER}
|
||||||
- OPENVPN_PASSWORD=${VPN_PASSWORD}
|
- OPENVPN_PASSWORD=${VPN_PASSWORD}
|
||||||
- OPENVPN_CIPHERS=AES-256-GCM
|
- OPENVPN_CIPHERS=AES-256-GCM
|
||||||
|
- PORT_FORWARD_ONLY=on
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
# Portainer helps debugging and monitors the containers
|
# Portainer helps debugging and monitors the containers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user