Skip to content

Releases: chriscrowe/docker-pihole-unbound

2021.12.1

26 Dec 22:10
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to 2021.12.1 (link)

Update instructions

docker-compose pull
docker-compose down
docker-compose up -d

2021.10.1

26 Oct 15:47
4769b48
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to 2021.10.1 (link)

Update instructions

docker-compose pull
docker-compose down
docker-compose up -d

2021.10

06 Oct 15:55
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to 2021.10 (link)

Update instructions

docker-compose pull
docker-compose down
docker-compose up -d

2021.09

20 Sep 00:23
3a3e03f
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to 2021.09 (link)

Update instructions

docker-compose pull
docker-compose down
docker-compose up -d

v5.8.1-1

11 Aug 06:18
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to the latest v5.8.1, it seems the Pi-Hole folks reused the Docker image tag (link)

Update instructions

docker-compose pull
docker-compose down
docker-compose up -d

v5.8.1

22 Apr 01:54
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to v5.8.1 (link)

Update instructions

docker-compose pull
docker-compose down
docker-compose up -d

v5.8

16 Apr 06:48
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to v5.8 (link)

Update instructions

docker-compose pull
docker-compose down
docker-compose up -d

v5.7-bridge: Changing to bridge networking

16 Mar 09:40
9b4bd37
Compare
Choose a tag to compare
  • Changing from host to bridge networking
  • Adding named volumes config to docker-compose

Backwards incompatible changes

  • For Portainer deployments you will need to remove the volumes config from the docker-compose (see here)
  • Adding HOSTNAME and DOMAIN_NAME env vars

These variables will need to be added to your .env file (example below)

HOSTNAME=pihole
DOMAIN_NAME=pihole.local

v5.7

25 Feb 15:45
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to v5.7 (link)

v5.6

09 Feb 07:49
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to v5.6 (link)
  • Locking base image version in Dockerfile instead of using latest
  • Removing port mappings from docker-compose file (they're ignored when using host networking)

Update instructions

docker-compose pull
docker-compose down
docker-compose up -d