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
1 changed files with 1 additions and 1 deletions

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`