File tree Expand file tree Collapse file tree 7 files changed +0
-14
lines changed Expand file tree Collapse file tree 7 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ RUN set -ex; \
2121# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222ENV PHP_MEMORY_LIMIT 512M
2323ENV PHP_UPLOAD_LIMIT 512M
24- ENV PHP_PM_MAX_CHILDREN 16
2524RUN set -ex; \
2625 \
2726 savedAptMark="$(apt-mark showmanual)" ; \
@@ -109,7 +108,6 @@ RUN { \
109108 echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
110109 echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
111110 echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
112- echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
113111 } > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
114112 \
115113 mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ RUN set -ex; \
2121# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222ENV PHP_MEMORY_LIMIT 512M
2323ENV PHP_UPLOAD_LIMIT 512M
24- ENV PHP_PM_MAX_CHILDREN 16
2524RUN set -ex; \
2625 \
2726 savedAptMark="$(apt-mark showmanual)" ; \
@@ -109,7 +108,6 @@ RUN { \
109108 echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
110109 echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
111110 echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
112- echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
113111 } > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
114112 \
115113 mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ RUN set -ex; \
2121# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222ENV PHP_MEMORY_LIMIT 512M
2323ENV PHP_UPLOAD_LIMIT 512M
24- ENV PHP_PM_MAX_CHILDREN 16
2524RUN set -ex; \
2625 \
2726 savedAptMark="$(apt-mark showmanual)" ; \
@@ -110,7 +109,6 @@ RUN { \
110109 echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
111110 echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
112111 echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
113- echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
114112 } > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
115113 \
116114 mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ RUN set -ex; \
2121# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222ENV PHP_MEMORY_LIMIT 512M
2323ENV PHP_UPLOAD_LIMIT 512M
24- ENV PHP_PM_MAX_CHILDREN 16
2524RUN set -ex; \
2625 \
2726 savedAptMark="$(apt-mark showmanual)" ; \
@@ -110,7 +109,6 @@ RUN { \
110109 echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
111110 echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
112111 echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
113- echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
114112 } > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
115113 \
116114 mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ RUN set -ex; \
2121# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222ENV PHP_MEMORY_LIMIT 512M
2323ENV PHP_UPLOAD_LIMIT 512M
24- ENV PHP_PM_MAX_CHILDREN 16
2524RUN set -ex; \
2625 \
2726 savedAptMark="$(apt-mark showmanual)" ; \
@@ -110,7 +109,6 @@ RUN { \
110109 echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
111110 echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
112111 echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
113- echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
114112 } > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
115113 \
116114 mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ RUN set -ex; \
2121# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222ENV PHP_MEMORY_LIMIT 512M
2323ENV PHP_UPLOAD_LIMIT 512M
24- ENV PHP_PM_MAX_CHILDREN 16
2524RUN set -ex; \
2625 \
2726 savedAptMark="$(apt-mark showmanual)" ; \
@@ -110,7 +109,6 @@ RUN { \
110109 echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
111110 echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
112111 echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
113- echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
114112 } > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
115113 \
116114 mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ RUN set -ex; \
2020# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2121ENV PHP_MEMORY_LIMIT 512M
2222ENV PHP_UPLOAD_LIMIT 512M
23- ENV PHP_PM_MAX_CHILDREN 16
2423RUN set -ex; \
2524 \
2625 savedAptMark="$(apt-mark showmanual)"; \
@@ -109,7 +108,6 @@ RUN { \
109108 echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \
110109 echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}'; \
111110 echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
112- echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}'; \
113111 } > "${PHP_INI_DIR}/conf.d/nextcloud.ini"; \
114112 \
115113 mkdir /var/www/data; \
You can’t perform that action at this time.
0 commit comments