mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-12 16:02:40 +01:00
Allow the container to touch DNS (#300)
This commit is contained in:
committed by
Jess Frazelle
parent
9d4ecac24b
commit
1dcfad42ae
@@ -2,6 +2,7 @@ vpn:
|
||||
build: .
|
||||
volumes:
|
||||
- .:/etc/openvpn
|
||||
- /etc/resolv.conf:/etc/resolv.conf
|
||||
net: host
|
||||
devices:
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
|
||||
Reference in New Issue
Block a user