Commit graph

9 commits

Author SHA1 Message Date
Chris Crowe
5969c76ee1
2022.02.1 (#101)
Update base container to 2022.02.1
2022-02-13 08:55:58 -08:00
Greg Ramsaran
5292809c0a
formatting updates to environment syntax (#86)
environment variable should be = not .
Also updated PIHOLE_DNS_ from DNS1
2022-02-13 08:31:41 -08:00
chronicblondiee
e26a459bf3
remove uneeded 1.1.1.1 dns entry (#53)
* 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>
2021-05-27 19:51:19 -07:00
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