perara / wg-manager

A easy to use WireGuard dashboard and management tool
MIT License
594 stars 74 forks source link

added portmap 8888 to 8888 in "docker_configuration.md" #10

Closed 2L3R4 closed 4 years ago

2L3R4 commented 4 years ago

if it is required to use '-p "51800-51900:51800-51900/udp" ' it should also be required to use '-p 8888:8888'

perara commented 4 years ago

Looks good. I also noticed that I've set --net host. If I recall this would omit ports completely?. I added a commit for commenting host out. Looks good?

2L3R4 commented 4 years ago

dont forget to 'git commit' and 'git push'