more settings in php

This commit is contained in:
Bachir Soussi Chiadmi 2019-03-26 21:56:45 +01:00
parent f4529ec913
commit 61e6285d1e
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y \
docker-php-ext-install -j$(nproc) gd && \
docker-php-ext-install pdo_mysql zip && \
docker-php-ext-install opcache && \
docker-php-ext-install bcmath && \
apt-get install -y git vim && \
pecl install redis-3.1.0 && \
pecl install xdebug-2.5.0 && \

View File

@ -1,3 +1,8 @@
memory_limit = 1024M
upload_max_filesize = 50M
post_max_size = 50M
; Log level
; Possible Values: alert, error, warning, notice, debug
; Default Value: notice
log_level = debug