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