MatthewVance / unbound-docker-rpi

Run Unbound with latest version of OpenSSL on Raspberry Pi with Docker.
MIT License
136 stars 23 forks source link

Container binds to port 53 on TCP and UDP with no way to change #30

Closed ZombieBear closed 2 years ago

ZombieBear commented 2 years ago

Trying to set up the container to use as a recursive resolver for pi-hole, the container always attempt to bind to port 53 even after changing the configuration, causing the container to continuously restart due to the port already being in use

MatthewVance commented 2 years ago

The way to solve this is Docker port mapping, not changing the Unbound config.

https://github.com/MatthewVance/unbound-docker/issues/35

On Mar 31, 2022, at 4:01 PM, ZombieBear @.***> wrote:

 Trying to set up the container to use as a recursive resolver for pi-hole, the container always attempt to bind to port 53 even after changing the configuration, causing the container to continuously restart due to the port already being in use

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

MatthewVance commented 2 years ago

Feel free to re-open if you have further questions.