From 33b318b204846663f146bb3342157b788c014b83 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 12 Oct 2024 12:36:01 -0300 Subject: [PATCH] Added port forward only for VPNs that support it --- docker-compose.custom.yaml | 2 -- docker-compose.example.yaml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.custom.yaml b/docker-compose.custom.yaml index 236a651..79246e8 100644 --- a/docker-compose.custom.yaml +++ b/docker-compose.custom.yaml @@ -1,4 +1,2 @@ -version: "3" - # services: # Add your custom services here! diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml index b2bfb94..eaba0f4 100644 --- a/docker-compose.example.yaml +++ b/docker-compose.example.yaml @@ -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