File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ fix_capabilities() {
14
14
prepare_configs () {
15
15
# Done in /start.sh, don't do twice
16
16
PH_TEST=true . $PIHOLE_INSTALL
17
- distro_check
17
+ # Set Debian webserver variables for installConfigs
18
+ LIGHTTPD_USER=" www-data"
19
+ LIGHTTPD_GROUP=" www-data"
20
+ LIGHTTPD_CFG=" lighttpd.conf.debian"
18
21
installConfigs
19
22
touch " $setupVars "
20
23
set +e
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export CORE_VERSION="$(cat /etc/docker-pi-hole-version)"
7
7
export WEB_VERSION=" ${CORE_VERSION} "
8
8
export PIHOLE_SKIP_OS_CHECK=true
9
9
# Overwrite WEB_VERSION if core and web versions are different
10
- export WEB_VERSION=" v5.3.1 "
10
+ export WEB_VERSION=" v5.3.2 "
11
11
12
12
# Only use for pre-production / testing
13
13
export CHECKOUT_BRANCHES=false
You can’t perform that action at this time.
0 commit comments