Skip to content

Commit b4ca46a

Browse files
committed
Merge upstream
Signed-off-by: Thomas Clavier <[email protected]>
1 parent 1ca5aea commit b4ca46a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

24/fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ RUN { \
106106
echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \
107107
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}'; \
108108
echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
109+
echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}'; \
109110
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini"; \
110111
\
111112
mkdir /var/www/data; \

0 commit comments

Comments
 (0)