Pihole + Unbound Docker Compose file
Pihole + Unbound Docker Compose file
Hi friends.
I've been trying to find docker-compose.yaml for pihole+unbound so I can use pihole as both a recursive dns server and as local dns alongside Nginx Proxy Manager. But since v6 of pihole all the old files I could find don't work properly or at all.
Does anyone here use pihole+unbound in docker?
Feel free to just delete the wg-easy service.
How well does that run in docker? I've always liked docker, but it seems to me that certain apps should touch metal than be containerized. Maybe I'm too old school.
I have all these services in docker as well (although not with the docker compose file here) and they run perfectly fine with a very low resource footprint.
It runs quite well; Docker's not a full fledged virtual machine so much as a virtualization layer. I also love the portability of running this in Docker. I rsync a backup of this and the Appdata folder every night. When or if this server fails, I can be up and running again in minutes on another machine.
FockerDocker container in host mode is sufficient for most cases requiring bare deployment.You seem knowledgeable. I have a question about this. I have ran this type of setup before. Every time, I ended up ditching unbound because it throws DNSSEC error. I have tried troubleshooting but it doesn’t work.
I just went through my setup to verify dnssec settings in unbound to troubleshoot strange latency when removing random names while browsing. Did you verify the unbound certificate file was created and had the proper permissions? There are also a couple other configuration items in unbound related to dnssec that can be tweaked to improve the implementation.
Is your ISP interfering?
Thank you very much.
How'd it work out?