From 7b4876c681abdbd6e828bbcd7c82b68b47e0a6f9 Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 22 Aug 2022 23:05:14 +0200 Subject: [PATCH] fix changing the max_children Signed-off-by: szaimen --- Containers/nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 24beac3c..6e6bb070 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -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