"Unable to resolve host" messages in mastercontainer logs #1666
-
Hi, starting up AIO for the first time (in reverse proxy mode, with docker compose), and I notice in the mastercontainer logs a lot of "unable to resolve host" messages, like so:
AIO does seem to be downloading and starting up the containers properly however. Are these messages important or are they okay to ignore? For reference I'm using PiHole as a DNS server which is on the same host in another docker container. No other docker containers seem to have any issues resolving domains however, and the domains attempting to be resolved are not blocked by PiHole. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi, can you try to set the dns server to your pi-hole for the docker daemon globally via /etc/docker/daemon.json, reboot your server and check if that makes it work? |
Beta Was this translation helpful? Give feedback.
-
Thanks, that's solved it! |
Beta Was this translation helpful? Give feedback.
-
Moving to discussion so that others can find this |
Beta Was this translation helpful? Give feedback.
Hi, can you try to set the dns server to your pi-hole for the docker daemon globally via /etc/docker/daemon.json, reboot your server and check if that makes it work?
See https://dockerlabs.collabnix.com/intermediate/networking/Configuring_DNS.html