set WEB_VERSION

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2020-11-29 13:15:05 -06:00
parent 9a94ade8dd
commit 7792b91ccc
No known key found for this signature in database
GPG Key ID: 2193804FCA429855
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ mkdir -p /etc/pihole/
mkdir -p /var/run/pihole
# Production tags with valid web footers
export CORE_VERSION="$(cat /etc/docker-pi-hole-version)"
# Set WEB_VERSION if core and web versions are different
export WEB_VERSION="${CORE_VERSION}"
# Overwrite WEB_VERSION if core and web versions are different
#export WEB_VERSION="v5.1.1"
# Only use for pre-production / testing