Assistance setting up unbound docker container alonside Pihole docker container

This page summarizes the projects mentioned and recommended in the original post on /r/pihole

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • docker-pi-hole

    Pi-hole in a docker container

  • version: "3" # More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/ services: pihole: container_name: pihole image: pihole/pihole:latest # For DHCP it is recommended to remove these ports and instead add: network_mode: "host" #ports: #- "53:53/tcp" #- "53:53/udp" #- "67:67/udp" # Only required if you are using Pi-hole as your DHCP server #- "80:80/tcp" network_mode: "host" environment: TZ: 'Canada/Eastern' WEBPASSWORD: *REDACTED* WEB_PORT: 8008 # Volumes store your data between container upgrades volumes: - '/home/*REDACTED*/docker/pihole/pihole:/etc/pihole' - '/home/*REDACTED*/docker/pihole/dnsmasq.d:/etc/dnsmasq.d' # https://github.com/pi-hole/docker-pi-hole#note-on-capabilities cap_add: - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed restart: unless-stopped

  • pihole-updatelists

    Update Pi-hole's lists from remote sources easily

  • I had to look back at my configuration. I actually build a container with Unbound and it uses https://github.com/jacklul/pihole-updatelists to auto update block lists with firebog.net lists.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • pihole-unbound-updatelists

    Pi-hole + Unbound + Auto-update Lists in a container

  • Here's my setup: https://github.com/mmims/pihole-unbound-updatelists

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts