You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running a fresh install using portainer. pi-hole web UI opens OK and I am able to see queries on the dashboard however the logs of the container state DNS resolution is unavailable:
Starting unbound
[✗] DNS resolution is currently unavailable
I am running a fresh install using portainer. pi-hole web UI opens OK and I am able to see queries on the dashboard however the logs of the container state DNS resolution is unavailable:
Starting unbound
[✗] DNS resolution is currently unavailable
I was able to fix this by adding a dns property in docker-compose
hi, i run bash into the image:
docker exec -it pihole bash
And if i try a simple ping pi-hole.net doesn't resolve
i try with dig pi-hole.net @127.0.0.1
And works ok.
the content of file /etc/resolv.conf is
nameserver 127.0.0.11
options ndots:0
i guess this is the cause of fail, this content is correct?
The text was updated successfully, but these errors were encountered: