From acd6a9344cae53ff95119a462361d7a57dbc8e40 Mon Sep 17 00:00:00 2001 From: saeid_01 Date: Thu, 9 Sep 2021 08:40:23 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bdc306e..769edbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt install -y sendmail libpng-dev RUN docker-php-ext-install gd -RUN printf 'upload_max_filesize=130M;\npost_max_size=130M;\nmax_execution_time=600;\nmax_input_time=600;\n' >> /usr/local/etc/php/conf.d/docker-php-memlimit.ini; +RUN printf 'upload_max_filesize=300M;\npost_max_size=300M;\nmax_execution_time=600;\nmax_input_time=600;\n' >> /usr/local/etc/php/conf.d/docker-php-memlimit.ini; RUN echo 'pm.max_children = 100' >> /usr/local/etc/php-fpm.d/zz-docker.conf COPY database /var/www/database