Skip to content

Commit

Permalink
Merge pull request kylemanna#446 from vansickle/patch-1
Browse files Browse the repository at this point in the history
Update docker-compose debugging tips to include port publishing
  • Loading branch information
kylemanna authored Jan 18, 2019
2 parents 387d39e + 82dfe9c commit e83f011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit e83f011

Please sign in to comment.