1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-03-25 14:45:06 +01:00
dockerfiles/openvpn/docker-compose.yml

11 lines
170 B
YAML
Raw Normal View History

2015-10-29 20:27:10 -07:00
vpn:
build: .
volumes:
- .:/etc/openvpn
- /etc/resolv.conf:/etc/resolv.conf
2015-10-29 20:27:10 -07:00
net: host
devices:
- /dev/net/tun:/dev/net/tun
cap_add:
- NET_ADMIN