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 #104 from diginc/dev

switch how we pin to fix our web interface version
This commit is contained in:
Adam Hill 2017-02-01 17:38:11 -06:00 committed by GitHub
commit 11e952aa9f

View File

@ -45,9 +45,9 @@ elif [[ "$IMAGE" == 'alpine' ]] ; then
fi
git clone "${piholeGitUrl}" "${PI_HOLE_LOCAL_REPO}"
pushd "${PI_HOLE_LOCAL_REPO}"; git checkout "${CORE_TAG}"; popd;
pushd "${PI_HOLE_LOCAL_REPO}"; git reset --hard "${CORE_TAG}"; popd;
git clone "${webInterfaceGitUrl}" "${webInterfaceDir}"
pushd "${webInterfaceDir}"; git checkout "${WEB_TAG}"; popd;
pushd "${webInterfaceDir}"; git reset --hard "${WEB_TAG}"; popd;
export PIHOLE_INTERFACE=eth0
export IPV4_ADDRESS=0.0.0.0