add gluetun device net tun

master
meftimes 2024-10-27 15:57:00 +00:00
parent 378ebe69e0
commit ff23c1772f
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ services:
- VPN_TYPE=wireguard - VPN_TYPE=wireguard
- VPN_PORT_FORWARDING=on - VPN_PORT_FORWARDING=on
- VPN_PORT_FORWARDING_PROVIDER=protonvpn - VPN_PORT_FORWARDING_PROVIDER=protonvpn
devices:
- /dev/net/tun:/dev/net/tun
env_file: env_file:
- .env - .env
restart: unless-stopped restart: unless-stopped