mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-12 15:09:52 +02:00
increase memory limit for php CLI processes
This commit is contained in:
parent
93ddc6684a
commit
5f1a54a687
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ ADD index.php /
|
|||
ADD build-prepare.sh /
|
||||
|
||||
RUN sed -i.bak 's/^listen = 127.0.0.1:9000/listen = 9000/' /etc/php7/php-fpm.d/www.conf
|
||||
RUN sed -i.bak 's/\(memory_limit =\) 128M/\1 256M/' /etc/php7/php.ini
|
||||
|
||||
RUN sh -c /build-prepare.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue