Added port forward only for VPNs that support it

This commit is contained in:
Roger Gonzalez 2024-10-12 12:36:01 -03:00
parent 4898e593a4
commit 33b318b204
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,2 @@
version: "3"
# services:
# Add your custom services here!

View File

@ -165,6 +165,7 @@ services:
- OPENVPN_USER=${VPN_USER}
- OPENVPN_PASSWORD=${VPN_PASSWORD}
- OPENVPN_CIPHERS=AES-256-GCM
- PORT_FORWARD_ONLY=on
restart: unless-stopped
# Portainer helps debugging and monitors the containers