Releases: chriscrowe/docker-pihole-unbound
Releases · chriscrowe/docker-pihole-unbound
2021.12.1
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
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
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
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
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
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
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
- 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
This is an update for the one-container
configuration
- Updating Pi-Hole base image to v5.7 (link)
v5.6
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