mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
add 8.5 image
This commit is contained in:
parent
8780fe0754
commit
da6c6d754b
7 changed files with 37 additions and 49 deletions
|
|
@ -9,7 +9,7 @@ echo "# Options in here overwrite the builtin php.ini" > /config/php.ini
|
|||
echo "# xdebug.mode = debug" >> /config/php.ini
|
||||
echo "# xdebug.start_with_request = yes" >> /config/php.ini
|
||||
chmod 0777 /config/php.ini
|
||||
PHP_INI_DIR="$(php --ini | grep 'Scan' | cut -d ' ' -f7)"
|
||||
PHP_INI_DIR="$(php --ini | grep 'Scan' | cut -d ' ' -f7 | tr -d '"')"
|
||||
ln -s /config/php.ini "$PHP_INI_DIR/zz_extra.ini"
|
||||
|
||||
HAZE_UID=${HAZE_UID:-www-data}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue