2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/openvpn/arm/docker-compose.yml
2016-07-11 15:26:35 +08:00

10 lines
159 B
YAML

openvpn:
image: easypi/openvpn-arm
command: --config pi.ovpn
volumes:
- ./data:/etc/openvpn
cap_add:
- NET_ADMIN
net: host
restart: always