Skip to content

Commit 1f9b67f

Browse files
authored
Update docker-compose example (#343)
1 parent dc6f022 commit 1f9b67f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ services:
4545
# Put your personal gluetun/VPN account config and credentials here:
4646
# (See https://github.com/qdm12/gluetun-wiki/tree/main/setup/providers)
4747
- VPN_SERVICE_PROVIDER=your_vpn_provider
48+
devices:
49+
# See https://github.com/qdm12/gluetun/issues/2538
50+
- /dev/net/tun:/dev/net/tun
4851
restart: always
4952
# Host names must be manually mapped here for bitmagnet to resolve them:
5053
extra_hosts:

0 commit comments

Comments
 (0)