🗃️ Committing everything that changed 🗃️
Some checks failed
php-8 / release-php-8 (push) Successful in 2h2m40s
php-7 / release-php-7 (push) Failing after 3h5m20s
php-latest / release-php-latest (push) Failing after 2h18m59s

Dockerfile
Dockerfile.7
Dockerfile.8
.env.scripts
.env.scripts.7
.env.scripts.8
rootfs/usr/local/etc/docker/init.d/01-php.sh
rootfs/usr/local/etc/docker/init.d/05-php-fpm.sh
rootfs/usr/local/share/template-files/config/env/default.sample
This commit is contained in:
casjay
2025-02-03 15:20:01 -05:00
parent e8c3e67ca1
commit 24c83e50ad
9 changed files with 11 additions and 11 deletions

View File

@@ -50,7 +50,7 @@ NODE_VERSION="system"
NODE_MANAGER="system"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Default directories
WWW_ROOT_DIR="/usr/share/httpd/default"
WWW_ROOT_DIR="/usr/local/share/httpd/default"
DEFAULT_FILE_DIR="/usr/local/share/template-files"
DEFAULT_DATA_DIR="/usr/local/share/template-files/data"
DEFAULT_CONF_DIR="/usr/local/share/template-files/config"