added php opcache extension, increased php max_upload_size and max_post_size
This commit is contained in:
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && \
|
docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && \
|
||||||
docker-php-ext-install -j$(nproc) gd && \
|
docker-php-ext-install -j$(nproc) gd && \
|
||||||
docker-php-ext-install pdo_mysql zip && \
|
docker-php-ext-install pdo_mysql zip && \
|
||||||
|
docker-php-ext-install opcache && \
|
||||||
apt-get install -y git vim && \
|
apt-get install -y git vim && \
|
||||||
pecl install redis-3.1.0 && \
|
pecl install redis-3.1.0 && \
|
||||||
pecl install xdebug-2.5.0 && \
|
pecl install xdebug-2.5.0 && \
|
||||||
|
|||||||
@@ -1 +1,3 @@
|
|||||||
memory_limit = 512M
|
memory_limit = 512M
|
||||||
|
upload_max_filesize = 50M
|
||||||
|
post_max_size = 50M
|
||||||
|
|||||||
Reference in New Issue
Block a user