From 2efe4378cb7bbc89fe3eece09b21d7b49c5a9db8 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Sun, 13 Mar 2022 13:44:50 +0100 Subject: [PATCH] php-fpm www.conf listen tcp --- apps/dolibarr/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dolibarr/entrypoint.sh b/apps/dolibarr/entrypoint.sh index fd465e8..0ae11f4 100644 --- a/apps/dolibarr/entrypoint.sh +++ b/apps/dolibarr/entrypoint.sh @@ -26,7 +26,7 @@ run_as() { if [ ! -f /usr/local/etc/php/php.ini ]; then log "Initializing PHP configuration..." - mkdir -p /usr/local/etc/php + mkdir -p /etc/php/7.4/fpm/php.ini cat < /usr/local/etc/php/php.ini date.timezone = "${PHP_INI_DATE_TIMEZONE}" memory_limit = ${PHP_MEMORY_LIMIT}