From ae75e32a007438eb11bcc547e8e614904bce1f56 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:10:42 +0200 Subject: [PATCH] Update Dockerfile --- nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 734a11a9e..bddb35175 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -42,7 +42,7 @@ RUN \ -e 's/upload_max_filesize=1024M/upload_max_filesize=8192M/g' \ -e 's/post_max_size=1024M/post_max_size=8192M/g' \ -e 's/max_execution_time=120/max_execution_time=3600/g' \ - /etc/php*/php.ini || true && \ + /etc/php*/php.ini && \ \ # modify nginx limits file sed -i "s|client_max_body_size 512M;|client_max_body_size 8192M;|g" /defaults/nginx/site-confs/default.conf.sample && \