.env file is attached env.txtdocker-compose.override.yml is attached (if it exists)cfg/ dir are attached (if customized)docker-compose logs and log/ output is addedI'm currently using docker in combination with Devilbox with auto DNS enabled.
This works so far.
Now I want to use it on my Windows machine but the auto DNS doesn't work.
A working auto DNS.
Auto DNS is not working.
cd c:/devilbox
docker-compose up
@StanMenten99 please provide your .env file.
@StanMenten99 please provide your
.envfile.
I just swichted from Docker Toolbox to Docker-Desktop (Win 10 PRO)
with the Hyper-V and Docker-Desktop default settings.
Set the HOST_PORT_BIND=53 in the .env
and 127.0.0.1 as DNS in the network adapter (the generated Hyper-V Virtual Ethernet Adapter):
https://devilbox.readthedocs.io/en/latest/intermediate/setup-auto-dns.html
https://devilbox.readthedocs.io/en/latest/howto/dns/add-custom-dns-server-on-win.html#howto-add-custom-dns-server-on-win
AutoDNS works for me ...
I just swichted from Docker Toolbox to Docker-Desktop (Win 10 PRO)
with the Hyper-V and Docker-Desktop default settings.Set the HOST_PORT_BIND=53 in the .env
and 127.0.0.1 as DNS in the network adapter (the generated Hyper-V Virtual Ethernet Adapter):https://devilbox.readthedocs.io/en/latest/intermediate/setup-auto-dns.html
https://devilbox.readthedocs.io/en/latest/howto/dns/add-custom-dns-server-on-win.html#howto-add-custom-dns-server-on-winAutoDNS works for me ...
Thanks, adding 127.0.0.1 as DNS in my Hyper-V networkadapter did the job.
I was adding it to my main adapter...
@StanMenten99
Good News ...
Good to hear :)
Most helpful comment
Thanks, adding 127.0.0.1 as DNS in my Hyper-V networkadapter did the job.
I was adding it to my main adapter...