README: Remove port on genconfig line

* The internal port is always 1194 in the container since f1e85c959
* Users wanting to operate on a different public port should change the
  `ovpn_run` line to do the the appropriate thing with `-p` argument.
This commit is contained in:
Kyle Manna 2015-01-13 14:27:24 -08:00
parent 31a8584685
commit b8de403958

View File

@ -12,7 +12,7 @@ Extensively tested on [Digital Ocean](https://www.digitalocean.com/?refcode=d19f
* Initialize the `$OVPN_DATA` container that will hold the configuration files and certificates
docker run --volumes-from $OVPN_DATA --rm kylemanna/openvpn ovpn_genconfig -u udp://VPN.SERVERNAME.COM:1194
docker run --volumes-from $OVPN_DATA --rm kylemanna/openvpn ovpn_genconfig -u udp://VPN.SERVERNAME.COM
docker run --volumes-from $OVPN_DATA --rm -it kylemanna/openvpn ovpn_initpki
* Start OpenVPN server process