mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-28 17:50:41 +08:00
fix changing the max_children
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
2e1e53e9d3
commit
7b4876c681
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ RUN set -ex; \
|
|||
RUN set -ex; \
|
||||
chown www-data:root -R /usr/src && \
|
||||
chown www-data:root -R /usr/local/etc/php/conf.d && \
|
||||
chown www-data:root /usr/local/etc/php-fpm.d/www.conf && \
|
||||
chown www-data:root -R /usr/local/etc/php-fpm.d && \
|
||||
chown www-data:root -R /var/log/supervisord/ && \
|
||||
chown www-data:root -R /var/run/supervisord/ && \
|
||||
rm -r /usr/src/nextcloud/apps/updatenotification
|
||||
|
|
Loading…
Reference in a new issue