Skip to content

[cloud] - Fix #82 - allow change of pm.max_children for Nextcloud container

doc75 requested to merge doc75/docker-atelier:cloud_process_child into master

This Merge request allow to change the pm_max-children for nextcloud container through the usage of NEXTCLOUD_MAX_CHILDREN varaible inside the .env file. If the .env file does not contain this variable, then the default value of official nextcloud container is kept.

Merge request reports