Skip to content

Commit 33c4e72

Browse files
authored
entrypoint Update
1 parent 9d36588 commit 33c4e72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -eu
1313
: "${PHP_UPLOAD_MAX_FILESIZE:=""}" # set Value in MB, example: 250
1414
: "${PHP_MAX_FILE_UPLOADS:=""}" # set number, example: 20
1515
: "${PHP_MAX_EXECUTION_TIME:=""}" # set execute time
16-
: "${PHP_SET_VARIABLES_ORDER:=""}" # set variables_order from GPCS to EGPCS, use only for dev!
16+
: "${PHP_SET_VARIABLES_ORDER:="0"}" # set variables_order from GPCS to EGPCS, use only for dev!
1717
: "${PHP_SET_OPCACHE_SETTINGS:="0"}" # opcache settings
1818
: "${PHP_FPM_STATUS_PORT:="9001"}" # PHP-FPM Status/Ping Port (default: 9000 but here use 9001)
1919
: "${PHP_FPM_STATUS_PATH:="/php_fpm_status"}" # (default: /status but here use /php_fpm_status)

0 commit comments

Comments
 (0)