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:
		@@ -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
 | 
					* 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
 | 
					        docker run --volumes-from $OVPN_DATA --rm -it kylemanna/openvpn ovpn_initpki
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Start OpenVPN server process
 | 
					* Start OpenVPN server process
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user