We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6f022 commit 1f9b67fCopy full SHA for 1f9b67f
docker-compose.yml
@@ -45,6 +45,9 @@ services:
45
# Put your personal gluetun/VPN account config and credentials here:
46
# (See https://github.com/qdm12/gluetun-wiki/tree/main/setup/providers)
47
- VPN_SERVICE_PROVIDER=your_vpn_provider
48
+ devices:
49
+ # See https://github.com/qdm12/gluetun/issues/2538
50
+ - /dev/net/tun:/dev/net/tun
51
restart: always
52
# Host names must be manually mapped here for bitmagnet to resolve them:
53
extra_hosts:
0 commit comments