Skip to content

Commit

Permalink
Add VPN shizz
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhomer committed Mar 6, 2017
1 parent db816fd commit 66fc752
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,27 @@ LABEL org.freenas.interactive="false" \
\"env\": \"TZ\", \
\"descr\": \"Timezone information, eg Europe/London\", \
\"optional\": true \
} \
}, \
{ \
\"env\": \"OPENVPN_USERNAME\" \
\"descr\": \"OpenVPN Username\", \
\"optional\": false \
}, \
{ \
\"env\": \"OPENVPN_PASSWORD\" \
\"descr\": \"OpenVPN Password\", \
\"optional\": false \
}, \
{ \
\"env\": \"OPENVPN_PROVIDER\" \
\"descr\": \"OpenVPN Provider\", \
\"optional\": false \
} \
]"


RUN apk add --no-cache openvpn

ADD openvpn/ /etc/openvpn/

CMD ["/etc/openvpn/start.sh"]

0 comments on commit 66fc752

Please sign in to comment.