https://github.com/peterdev22/docker-pihole-unbound
My 'as simple as possible' Docker container for Pi-hole + Unbound.
https://github.com/peterdev22/docker-pihole-unbound
docker-compose docker-image dockerfile
Last synced: 2 months ago
JSON representation
My 'as simple as possible' Docker container for Pi-hole + Unbound.
- Host: GitHub
- URL: https://github.com/peterdev22/docker-pihole-unbound
- Owner: peterdev22
- License: mit
- Created: 2025-10-25T13:00:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-02-24T09:08:41.000Z (4 months ago)
- Last Synced: 2026-04-12T07:32:28.498Z (2 months ago)
- Topics: docker-compose, docker-image, dockerfile
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Pi-hole + Unbound
Super simple image that uses the base Pi-hole image and then installs Unbound on top of it.
- [Docker Pi-hole](https://github.com/pi-hole/docker-pi-hole/)
- [Unbound](https://github.com/NLnetLabs/unbound)
## Usage
1. Set up a Docker compose or use the [compose.yaml](/compose.yaml) provided (set your own timezone and password).
2. Then run `docker compose up -d` to start the container.
## Image
Use `docker pull ghcr.io/peterdev22/pihole-unbound:latest` if you would like to download the image manually.