Skip to content

Releases: pi-hole/docker-pi-hole

v4.3

28 May 01:36
187ba13
Compare
Choose a tag to compare

Includes the following versions of upstream software:

v4.2.2-1

27 Feb 04:00
95a665c
Compare
Choose a tag to compare

Includes the following versions of upstream software:

No docker image changes

v4.2.2

18 Feb 20:16
95a665c
Compare
Choose a tag to compare

Includes the following versions of upstream software:

Docker Issues resolved:

  • #316 - Got rid of ServerIP ENV requirement, default block mode no longer requires this
  • #408 - DNS2=no didn't properly ignore default DNS setup
  • #419 - New function for default ad list creation was not triggered correctly in 4.2.1
  • #364 - Webpassword should not change on re-creation if volume has it set before

Docker Pi-Hole v4.2

03 Feb 19:06
a522eae
Compare
Choose a tag to compare

Includes the following versions of upstream software:

v4.1.1

13 Jan 19:10
a8e1746
Compare
Choose a tag to compare

Docker Pi-Hole v4.1.1

Includes the following versions of upstream software:

  • Pi-hole v4.1.1
  • AdminLTE v4.1.1
  • FTLDNS v4.1.2 (formerly v4.1.1)

Breaking Changes

  • --cap-add=NET_ADMIN This previously optional argument is now required or strongly encouraged
    • Starting in a future version FTLDNS is going to check this setting automatically
  • --dns=127.0.0.1 --dns=1.1.1.1 The second server can be any DNS IP of your choosing, but the first dns must be 127.0.0.1
    • A WARNING stating "Misconfigured DNS in /etc/resolv.conf" may show in docker logs without this.

Bug Fixes:

  • No longer uses FTLDNS debug mode, back to no-daemon (saves writing logs to SD cards for RBPis)
  • Blocks pihole -up properly again

Improvements:

  • Docker run documentation improved for --dns and --cap-add
  • Added a check for having container's DNS setup in the recommended way

v4.0

07 Aug 04:04
bc8e746
Compare
Choose a tag to compare

v3.3.1-1

17 Jul 23:51
4bd9def
Compare
Choose a tag to compare

v3.3.1

10 Apr 18:03
3295474
Compare
Choose a tag to compare
export CORE_TAG='v3.3.1'
export WEB_TAG='v3.3'
export FTL_TAG='v3.0'

v3.3

23 Feb 05:44
Compare
Choose a tag to compare
export CORE_TAG='v3.3'
export WEB_TAG='v3.3'
export FTL_TAG='v3.0'

v3.2.1

05 Jan 06:16
33c8b1d
Compare
Choose a tag to compare
Merge pull request #204 from diginc/dev

3.2 To master