dstapp/docker-ddns

Port mapping

RobinWilliamAvci opened this issue · 0 comments

Thank you for this awesome project!

I am trying to map the Ports to different ports on my host-machine.
I did mange to get the API working on port 8055 instead of port 8080, and the get request looks fine to me, but the ping request on my subdomain (for privacy reasons I won't write my real URL but as example: mymachine.dyndns-ns.domain.tld) only print out: "Name or service not known".

Maybe it is because of the ports 53/tcp and 53/udp, I tried to map them to my host-machine port 55/tcp and 55/udp, because the 53/tcp on my host-machine is already occupied.

Is there another place where I need to change the Ports except for the Makefile and the Docker compose file or in the router?

Thanks to everyone in advance.