summaryrefslogtreecommitdiffstats
path: root/24/apache/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '24/apache/Dockerfile')
-rw-r--r--24/apache/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/24/apache/Dockerfile b/24/apache/Dockerfile
index fc8aba97..a94bc44e 100644
--- a/24/apache/Dockerfile
+++ b/24/apache/Dockerfile
@@ -108,6 +108,7 @@ RUN { \
echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}'; \
echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
+ echo 'display_errors=Off'; \
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini"; \
\
mkdir /var/www/data; \