Dockerfile: Clarify port mapping

* Extend comment about port mapping since everyone seems to want to run
  on port 443/tcp.
* Accept that nobody (except the already competent) will read the
  comment and ask anyway.
This commit is contained in:
Kyle Manna 2015-06-21 22:55:16 -07:00
parent 27bb8c7149
commit 1078267db5

View File

@ -21,7 +21,7 @@ ENV EASYRSA_VARS_FILE $OPENVPN/vars
VOLUME ["/etc/openvpn"]
# Internally uses port 1194, remap using docker
# Internally uses port 1194/udp, remap using `docker run -p 443:1194/tcp`
EXPOSE 1194/udp
WORKDIR /etc/openvpn