mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +00:00
PATH for /usr/local was missing for php-fpm
This commit is contained in:
@@ -7,6 +7,7 @@ fi;
|
||||
# /tmp/piholeIP is the current override of auto-lookup in gravity.sh
|
||||
echo "$ServerIP" > /etc/pihole/piholeIP;
|
||||
echo "[www]" > $PHP_ENV_CONFIG;
|
||||
echo "env[PATH] = ${PATH}" >> $PHP_ENV_CONFIG;
|
||||
echo "env[PHP_ERROR_LOG] = ${PHP_ERROR_LOG}" >> $PHP_ENV_CONFIG;
|
||||
echo "env[ServerIP] = ${ServerIP}" >> $PHP_ENV_CONFIG;
|
||||
|
||||
|
||||
2
pi-hole
2
pi-hole
Submodule pi-hole updated: 9ccf9d57a8...c1d8496b93
@@ -1 +1 @@
|
||||
v2.7
|
||||
v2.7.1
|
||||
|
||||
Reference in New Issue
Block a user