We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca5aea commit b4ca46aCopy full SHA for b4ca46a
24/fpm/Dockerfile
@@ -106,6 +106,7 @@ RUN { \
106
echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \
107
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}'; \
108
echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
109
+ echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}'; \
110
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini"; \
111
\
112
mkdir /var/www/data; \
0 commit comments