Merge pull request #61 from navilg/60-bug-error-creating-tun-device-unix-opening-tun-device-file-operation-not-permitted

fix (#60): attach tun device to gluetun container
This commit is contained in:
Navratan Lal Gupta 2024-11-30 19:04:00 +05:30 committed by GitHub
commit 6502d80172
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,10 +42,8 @@ services:
networks: networks:
- mynetwork - mynetwork
# # Uncomment below when using VPN in an LXC container devices:
# # Make sure to mount /dev/net/tun and /dev/net from underlaying host into your LXC. - /dev/net/tun:/dev/net/tun
# devices:
# - /dev/net/tun:/dev/net/tun
# Uncomment/enable below ports if VPN is used/enabled # Uncomment/enable below ports if VPN is used/enabled
# ports: # ports: