1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/openvpn/arm/docker-compose.yml

10 lines
159 B
YAML
Raw Normal View History

2016-07-11 09:26:35 +02:00
openvpn:
image: easypi/openvpn-arm
command: --config pi.ovpn
volumes:
- ./data:/etc/openvpn
cap_add:
- NET_ADMIN
net: host
restart: always