sameersbn / docker-bind

Dockerize BIND DNS server with webmin for DNS administration
MIT License
919 stars 333 forks source link

Error starting userland proxy: listen tcp4 0.0.0.0:53: bind: address already in use DockerWin 3.2.1 #112

Open itsdashy opened 3 years ago

itsdashy commented 3 years ago

Just updated my Windows docker version to 3.2.1 and when I come to start bind it's telling me the port is in use.

Must be something new but I've run out of things to check and nothing has changed other than the docker version.

Does anybody have a clue?

itsdashy commented 3 years ago

Turns out it's a bug in the new engine 3.2.1 bugfix https://desktop-stage.docker.com/win/stable/amd64/61849/Docker%20Desktop%20Installer.exe

DrSeussFreak commented 3 years ago

you can also add

serverip:53:53/tcp

DrSeussFreak commented 3 years ago

@itsdashy since it seems that this repo is no longer being maintained (sadly), I have setup a new one that I will be maintaining. https://github.com/DrSeussFreak/docker-bind

itsdashy commented 3 years ago

Ah, excellent I'll check it out.