🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/01-php-fpm.sh
This commit is contained in:
casjay 2024-11-19 12:43:49 -05:00
parent 32f5ae5d5e
commit b7715130c7
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -153,7 +153,7 @@ ADD_APPLICATION_FILES="/etc/php/php.ini"
ADD_APPLICATION_DIRS=""
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
APPLICATION_FILES="$LOG_DIR/$SERVICE_NAME.log"
APPLICATION_DIRS="$RUN_DIR $ETC_DIR $CONF_DIR $LOG_DIR $TMP_DIR"
APPLICATION_DIRS="$RUN_DIR $ETC_DIR $CONF_DIR $LOG_DIR $TMP_DIR /tmp/php"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Additional config dirs - will be Copied to /etc/$name
ADDITIONAL_CONFIG_DIRS=""