1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

use kylemanna/openvpn

This commit is contained in:
kev 2016-09-19 13:04:07 +08:00
parent 58a02b4b40
commit 2218db1add
5 changed files with 5 additions and 5 deletions

@ -13,7 +13,7 @@ Instead of using [fteproxy][2] as bridge, you can also use [stunnel][3] or [kcpt
```yaml ```yaml
openvpn: openvpn:
image: vimagick/openvpn image: kylemanna/openvpn
ports: ports:
- "1194:1194" - "1194:1194"
volumes: volumes:

@ -1,5 +1,5 @@
openvpn: openvpn:
image: vimagick/openvpn image: kylemanna/openvpn
ports: ports:
- "1194:1194" - "1194:1194"
volumes: volumes:

@ -1,5 +1,5 @@
openvpn: openvpn:
image: vimagick/openvpn image: kylemanna/openvpn
ports: ports:
- "1194:1194" - "1194:1194"
volumes: volumes:

@ -1,5 +1,5 @@
openvpn: openvpn:
image: vimagick/openvpn image: kylemanna/openvpn
ports: ports:
- "1194:1194" - "1194:1194"
volumes: volumes:

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# setup script for vimagick/openvpn # setup script for kylemanna/openvpn
# #
OVPN_DIR=./ovpn OVPN_DIR=./ovpn