fix (#60): attach tun device to gluetun container

Signed-off-by: Navratan Lal Gupta <navilg0409@gmail.com>
This commit is contained in:
Navratan Lal Gupta 2024-11-30 18:59:03 +05:30
parent fda0a069b3
commit c55bdb99ab
No known key found for this signature in database

View File

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