Skip to content

Commit ee77cf4

Browse files
committed
cleanup
1 parent 33c4e72 commit ee77cf4

2 files changed

Lines changed: 2 additions & 2 deletions

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:="0"}" # 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)

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All examples for [WSC (WoltLab Suite Core)](https://www.woltlab.com/en/woltlab-s
66
* `dhi-fpm-nginx`: php-fpm, nginx, mysql, traefik, prometheus-exporters - for more Details/Help read README.md in folder!
77
* `dhi-fpm-nginx-k8s`: like fpm-nginx-dhi but for Kubernetes/K8s (tested on K3s) - for more Details/Help read README.md in folder!
88
* DOI (Docker Official Images) without entrypoint script:
9-
* `doi-apache`: apache2 with php, mariadb, traefik, prometheus-exporters.
9+
* `doi-apache`: apache2 with php, mariadb, traefik.
1010
* `doi-fpm-nginx`: php-fpm, nginx, mariadb, traefik, prometheus-exporters.
1111
* DOI (Docker Official Images) with entrypoint script from this repository and using php-extension-installer:
1212
* `apache`: apache2 with php, mariadb, traefik, prometheus-exporters.

0 commit comments

Comments
 (0)