From 98a7c54769696677ffeaf2977cd183cdbc519527 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 30 Dec 2024 10:04:12 -0300 Subject: [PATCH] Enable admin access and VPN port forwarding in Gluetun --- docker-compose.example.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml index 41ab47f..105ae8a 100644 --- a/docker-compose.example.yaml +++ b/docker-compose.example.yaml @@ -157,6 +157,7 @@ services: - 8888:8888/tcp # HTTP proxy - 8388:8388/tcp # Shadowsocks - 8388:8388/udp # Shadowsocks + - 8003:8000/tcp # Admin #- 8080:8080/tcp # gluetun #- 8081:8081/tcp # gluetun environment: @@ -166,6 +167,7 @@ services: - OPENVPN_PASSWORD=${VPN_PASSWORD} - OPENVPN_CIPHERS=AES-256-GCM - PORT_FORWARD_ONLY=on + - VPN_PORT_FORWARDING=on restart: unless-stopped # Portainer helps debugging and monitors the containers