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 9881d3b commit c522973Copy full SHA for c522973
.docker/app/Dockerfile
@@ -6,5 +6,11 @@ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/do
6
RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
7
&& install-php-extensions \
8
bz2
9
+RUN cat > /usr/local/etc/php/conf.d/php.ini << 'EOF'
10
+post_max_size=20G
11
+upload_max_filesize=20G
12
+opcache.interned_strings_buffer=64
13
+opcache.memory_consumption=256
14
+EOF
15
-COPY ./config/php.ini /usr/local/etc/php/conf.d/
16
+#COPY ./config/php.ini /usr/local/etc/php/conf.d/
0 commit comments