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?

  • Christopher@lemmy.grey.fail
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    8 hours ago

    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.

    • Zanathos@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 hours ago

      I do exactly the same thing for all three of these services! My implementation is on podman rather than docker, but basically the same deal.