1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-20 06:26:38 +02:00

Merge pull request #170 from mr-bolle/patch-2

update pi-hole to FTL to 2.11.1
This commit is contained in:
Adam Hill 2017-10-09 20:14:33 -05:00 committed by GitHub
commit 4b1b36f74a

View File

@ -2,7 +2,7 @@
mkdir -p /etc/pihole/
export CORE_TAG='v3.1.4'
export WEB_TAG='v3.1'
export FTL_TAG='v2.10'
export FTL_TAG='v2.11.1'
# Make pihole scripts fail searching for `systemctl`,
# which fails pretty miserably in docker compared to `service`