FTLCONF_LOCAL_IPV4 / DNS resolution is currently unavailable

Hello :slight_smile:

I had subsequently adjusted the FTLCONF_LOCAL_IPV4, It was on 0.0.0.0 and have it on the host 192.168... changed.
Then reboot, but now I have when I try to make update gravity get again the message [✗] DNS resolution is currently unavailable

https://tricorder.pi-hole.net/qvwo9RP9/

thanks in advance

Please share your docker-compose or docker run script.

and

docker run --dns 8.8.8.8 --dns 127.0.0.1 pihole/pihole:latest

After second command there are two docker running.

Then start fixing your installation by removing both Pi-hole containers.

Right now, each of your start-up methods is incomplete.

You should consolidate your variables and decide on a single method to start your Pi-hole container, either via docker-compose or via docker run.

Also, you have not applied the FTLCONF_LOCAL_IPV4 environment variable to your container, as confirmed by both your screenshot as well as the debug log.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.