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