* remove uneeded 1.1.1.1 dns entry
I noticed that the 1.1.1.1 dns entry is set in the docker compose file but it is not used for pihole or unbound in any way so makes sense to remove the unneeded entry
* Update docker-compose.yaml
Removing `dns` directive from docker-compose
Co-authored-by: Chris Crowe <425808+chriscrowe@users.noreply.github.com>
* comment to allow unbound port forwarding
Add a comment to allow the unbound service to be exposed to the local server could be useful for troubleshooting purposes or initial set up
* Update docker-compose.yaml
Remove duplicate commented line
Co-authored-by: Chris Crowe <425808+chriscrowe@users.noreply.github.com>
* Changing to bridge networking
* Adding volume declarations
* Updating readme with Portainer volumes note
* Adding env var for HOSTNAME
* Adding env var for DOMAIN_NAME
Adding a 2nd docker-compose config for running both Pi-Hole and Unbound in the same container (following recommended steps in the Pi-Hole docs).
Restructuring the project to maintain the old 2-container setup as well.