From b8de4039589e74191b1a092a21a25250a5452eac Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Tue, 13 Jan 2015 14:27:24 -0800 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3dec09..5f0b901 100644 --- a/README.md +++ b/README.md @@ -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