Skip to content

Releases: chriscrowe/docker-pihole-unbound

2022.09.3

15 Sep 06:48
ecee22c
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to 2022.09.3 (link)
BACKWARDS INCOMPATIBLE CHANGE
  • The FTLCONF_REPLY_ADDR4 needs to be changed to FTLCONF_LOCAL_IPV4 as FTLCONF_REPLY_ADDR4 was deprecated in release 2022.08.1 (thanks @ChevySSinSD)

Update instructions

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

2022.08.2

26 Aug 05:50
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to 2022.08.2 (link)
  • S6 overlay was upgraded to v3 in base container so be on the lookout for regressions

Update instructions

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

2022.07.1

10 Jul 23:24
Compare
Choose a tag to compare

This is an update for the one-container configuration

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

Update instructions

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

2022.07

10 Jul 23:20
Compare
Choose a tag to compare

This is an update for the one-container configuration

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

Update instructions

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

2022.05

27 May 06:17
Compare
Choose a tag to compare

This is an update for the one-container configuration

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

Update instructions

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

2022.04.3

23 Apr 20:11
9c405c3
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to 2022.04.3 (link)
  • Merged #119

Update instructions

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

2022.04.2

14 Apr 04:41
Compare
Choose a tag to compare

This is an update for the one-container configuration

  • Updating Pi-Hole base image to 2022.04.2 (link)
  • Merged #119

Update instructions

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

2022.02.1-2

11 Mar 17:34
0814098
Compare
Choose a tag to compare

Release overview

This release just has some config changes to the Docker environment variables.

There is no new version of Pi-Hole in this release.

Backwards incompatible changes

Following with the change to the Pi-Hole base image, the following Docker environment var has been changed and must be updated in your .env file:

  • ServerIP ➡️ FTLCONF_REPLY_ADDR4
Variable Default Value Description
FTLCONF_REPLY_ADDR4 unset <Host's IP> Set to your server's LAN IP, used by web block modes and lighttpd bind address.

DNSMASQ_LISTENING

DNSMASQ_LISTENING is now set to single by default. Per the Pi-Hole docs:

local listens on all local subnets, all permits listening on internet origin subnets in addition to local, single listens only on the interface specified.

I may introduce a variable for this in a future release.

New variables available

The following variables are now available to be set in the .env file:

Variable Default Value Description
WEBTHEME default-light <"default-dark"|"default-darker"|"default-light"|"default-auto"|"lcars"> User interface theme to use.
PIHOLE_WEBPORT 80 <Port for Pi-Hole web interface> The port used to accessing your Pi-Hole interface. Useful if you're using port 80 for something else on your host

2022.02.1

13 Feb 16:58
5969c76
Compare
Choose a tag to compare

This is an update for the one-container configuration

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

Update instructions

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

2022.01.1

08 Jan 02:56
Compare
Choose a tag to compare

This is an update for the one-container configuration

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

Update instructions

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