Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docker-compose debugging tips to include port publishing
According to the documentation docker-compose run command does not create any of the ports specified in the service configuration. So published ports should be specified in run command, otherwise you wouldn't be able to connect to the openvpn server.
- Loading branch information