mirror of
https://github.com/casjaysdevdocker/stikked
synced 2024-11-21 11:23:09 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/init.d/01-php-fpm.sh
This commit is contained in:
parent
32f5ae5d5e
commit
b7715130c7
@ -153,7 +153,7 @@ ADD_APPLICATION_FILES="/etc/php/php.ini"
|
|||||||
ADD_APPLICATION_DIRS=""
|
ADD_APPLICATION_DIRS=""
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
APPLICATION_FILES="$LOG_DIR/$SERVICE_NAME.log"
|
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 - will be Copied to /etc/$name
|
||||||
ADDITIONAL_CONFIG_DIRS=""
|
ADDITIONAL_CONFIG_DIRS=""
|
||||||
|
Loading…
Reference in New Issue
Block a user