Commit graph

6 commits

Author SHA1 Message Date
chronicblondiee
2bd88b7d1b
comment to allow unbound port forwarding (#54)
* 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>
2021-05-27 19:33:44 -07:00
Chris Crowe
9b4bd37dd9
Whitespace fix (#38)
* Adding DNS parameters to docker-compose

* Whitespace fix
2021-03-16 02:40:33 -07:00
Chris Crowe
d0454e4c0c
Adding DNS parameters to docker-compose (#37) 2021-03-16 02:38:07 -07:00
Chris Crowe
2ee6ae4a17
Bridge networking + new env vars (#36)
* Changing to bridge networking

* Adding volume declarations

* Updating readme with Portainer volumes note

* Adding env var for HOSTNAME

* Adding env var for DOMAIN_NAME
2021-03-16 01:43:20 -07:00
Chris
bff342a5d1 Removing docker-compose port mappings
They are ignored when using host networking
2021-02-08 23:46:32 -08:00
Chris Crowe
f976f463db
Single container support (#11)
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.
2020-12-31 12:23:33 -08:00