DockSTARTer
DockSTARTer copied to clipboard
[Application Request] Pi-Hole & Unbound (cbcrowe/pihole-unbound)
Name of the application
pihole-unbound
GitHub
https://github.com/chriscrowe/docker-pihole-unbound
Docker Hub/GitHub Registry
https://hub.docker.com/r/cbcrowe/pihole-unbound
Additional context
As per the request on the container maintainer's page, I think this would be an excellent addition to the DockSTARTer suite!
@samAheenan I can't promise I'll get to this but in the meantime you should know that you can still run their docker container through the docker-compose.override.yml file.
Read more here: https://dockstarter.com/overrides/introduction/ Specifically pay attention to the "Add a New App" heading on that page.
For example you can copy some of the contents of https://github.com/chriscrowe/docker-pihole-unbound/blob/main/one-container/docker-compose.yaml into your dockstarter docker-compose.override.yml
file, then review and update all the environment variables as per your .env file and then when you run ds -c
you should see this new container created.
This is interesting. We do have pihole in DS already, so I wonder if it makes sense to separately include a container for unbound. The thing would be configuring them together wouldn't be automatic unless we use the single container option from this repo as its own standalone container (meant to be used instead of the default pihole container).
I lean towards having a separate unbound container and documenting using the container mentioned above as an override by just replacing the pihole image with the single container image above and adding anything unbound needs.
Thanks to you both for your responses.
My thought process for requesting this container was along the lines of how there are Deluge / DelugeVPN and Transmission / TransmissionVPN containers. The single container option from the repo was what I had in mind as it would appear to simplify configuration but I am totally on board with whatever you guys decide is best.
It looks like there could be some interest in this from this Reddit thread.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.