1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-09 20:00:06 +02:00

make PHP worker process and memory limits configurable

This commit is contained in:
Andrew Dolgov 2022-04-10 07:40:29 +03:00
parent adfe0ab121
commit 731725fb4e
2 changed files with 9 additions and 0 deletions

View file

@ -28,6 +28,9 @@ ADD config.docker.php ${SCRIPT_ROOT}
ENV OWNER_UID=1000
ENV OWNER_GID=1000
ENV PHP_WORKER_MAX_CHILDREN=5
ENV PHP_WORKER_MEMORY_LIMIT=256M
# don't try to update local plugins on startup (except for nginx_xaccel)
ENV TTRSS_NO_STARTUP_PLUGIN_UPDATES=""