l2tpvpn-docker-pi
l2tpvpn-docker-pi copied to clipboard
Port forwarding and network host combined
First of all, good job!
Some minor note:
I noticed here that you are forwarding ports docker container creation. But you are also using option --net=host
on the same line. This behavior is pointless, as the port forwarding concept doesn't exists when using host's network.
You can feel free to remove all -p
options there.