Commit graph

8 commits

Author SHA1 Message Date
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
7b41e2bf42 Updating to pihole container v5.6
Also lockingt he base container version in the Dockerfile,
I'll be doing releases like this from now on
2021-02-08 23:34:03 -08:00
Chris Crowe
4a17db48cc
Dockerfile fix
Change install_unbound_and_s6_init.sh to start_unbound_and_s6_init.sh
2021-02-02 09:04:09 -08:00
Damian Szymczuk
41465163e8
Update README.md (#19)
Fix docs
2021-02-02 09:02:32 -08:00
Chris Crowe
8fd6c18701
Update base image to v5.5.1 (#17)
* Rename init script

* Bumping base pihole container to v5.5.1

Also renumbering releases to match Pi-Hole releases
2021-01-19 09:04:44 -08:00
Chris
acc87d727e Adding script for building and pushing new images 2020-12-31 12:39:33 -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