1
0
Fork 0
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:
Andrew Dolgov 2020-09-27 17:53:55 +03:00
parent 93ddc6684a
commit 5f1a54a687

View file

@ -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