Skip to content

Commit 7130483

Browse files
committed
Added php.ini custom configurations for each images
* Changed the "memory_limit" configuration to "-1" instead of "128M" (default)
1 parent d3a8319 commit 7130483

File tree

12 files changed

+11675
-5
lines changed

12 files changed

+11675
-5
lines changed

php7.1/mysql/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ RUN apt-get update && apt-get install -yqq git curl libmcrypt-dev libjpeg-dev li
1616
docker-php-ext-enable imagick xdebug && \
1717
apt-get clean
1818

19+
COPY php.ini $PHP_INI_DIR/php.ini
20+
1921
RUN curl --silent --show-error https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
2022

2123
WORKDIR /app

0 commit comments

Comments
 (0)