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?
chris@lemmy.grey.fail 5 days ago
Feel free to just delete the wg-easy service.
Outwit1294@lemmy.today 5 days ago
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.
Zanathos@lemmy.world 4 days ago
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.
chris@lemmy.grey.fail 4 days ago
Is your ISP interfering?
irmadlad@lemmy.world 4 days ago
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.
chris@lemmy.grey.fail 4 days ago
I 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.
B0rax@feddit.org 4 days ago
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.
Appoxo@lemmy.dbzer0.com 3 days ago
Focker container in host mode is sufficient for most cases requiring bare deployment.
Octavusss@lemm.ee 5 days ago
Thank you very much.
chris@lemmy.grey.fail 4 days ago
How’d it work out?