fredliang44/derper-docker

Please update README with UDP port mapping

Closed this issue · 4 comments

yaleh commented

Hi there,

I noticed that the example in README reads:

docker run -e DERP_DOMAIN=derper.your-domain.com -p 80:80 -p 443:443 -p 3478:3478 fredliang/derper

But 3478 port in the docker instance is a UDP port. Please update it. Thanks.

yaleh commented

And package ca-certificates is also necessary for letsencrypt.

@yaleh thanks for reporting these issues, I will fix them shortly.

@yaleh I made a fix for the problems, could you help me double check whether it works as expected now?
please feel free to reopen this issue if you met any other problem.

yaleh commented

Perfect.

I tried it, it works smoothly now.

Thanks for your effort.