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.
2 parents 2a790ba + ea0dfcc commit 77e1ba7Copy full SHA for 77e1ba7
Dockerfile
@@ -83,6 +83,7 @@ RUN echo "---> Fix permissions" \
83
84
COPY configs/ports.conf /etc/apache2/ports.conf
85
COPY configs/logs.conf /etc/apache2/conf-enabled/logs.conf
86
+COPY configs/php.ini /usr/local/etc/php/conf.d/php-defaults.ini
87
COPY apache-run.sh /usr/bin/apache-run
88
COPY ./bin /usr/bin/
89
configs/php.ini
@@ -0,0 +1,7 @@
1
+html_errors Off
2
+post_max_size = "10M"
3
+upload_max_filesize = "5M"
4
+memory_limit = 12800M
5
+date.timezone = "America/Sao_Paulo"
6
+display_errors=Off
7
+error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_USER_DEPRECATED
0 commit comments