mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
10 lines
130 B
YAML
10 lines
130 B
YAML
|
vpn:
|
||
|
build: .
|
||
|
volumes:
|
||
|
- .:/etc/openvpn
|
||
|
net: host
|
||
|
devices:
|
||
|
- /dev/net/tun:/dev/net/tun
|
||
|
cap_add:
|
||
|
- NET_ADMIN
|