Merge pull request #446 from vansickle/patch-1

Update docker-compose debugging tips to include port publishing
This commit is contained in:
Kyle Manna 2019-01-18 12:53:28 -08:00 committed by GitHub
commit e83f0118e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,5 +73,5 @@ docker-compose run --rm openvpn ovpn_revokeclient $CLIENTNAME remove
* Create an environment variable with the name DEBUG and value of 1 to enable debug output (using "docker -e").
```bash
docker-compose run -e DEBUG=1 openvpn
docker-compose run -e DEBUG=1 -p 1194:1194/udp openvpn
```