Skip to content

Commit

Permalink
Merge pull request #4 from say2me/master
Browse files Browse the repository at this point in the history
Update mem limits for PHP
  • Loading branch information
say2me authored Jan 23, 2020
2 parents 8daa4a9 + cd3b4e9 commit 55fec9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gitlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ RUN \
docker-php-ext-install exif && \
docker-php-ext-enable exif

ADD docker-php-memlimit.ini /usr/local/etc/php/conf.d/

# Install tools for Wordpress
RUN \
curl --insecure -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && \
Expand Down
3 changes: 3 additions & 0 deletions gitlab/docker-php-memlimit.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
memory_limit = -1
upload_max_filesize = 100M
post_max_size = 100M

0 comments on commit 55fec9a

Please sign in to comment.