Adding openvpn configuration draft.

This commit is contained in:
Alexey Skobkin 2019-04-10 21:23:11 +03:00
parent 5c3a383ca7
commit c5c9087521
2 changed files with 19 additions and 0 deletions

3
openvpn/README.md Normal file
View File

@ -0,0 +1,3 @@
# Instructions
See https://hub.docker.com/r/kylemanna/openvpn

View File

@ -0,0 +1,16 @@
version: '3.7'
services:
openvpn:
image: kylemanna/openvpn
container_name: openvpn
restart: unless-stopped
cap_add:
- "NET_ADMIN"
ports:
- "1194:1194/udp"
volumes:
- "ovpn-data:/etc/openvpn"
volumes:
ovpn-data: