summaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian.template
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile-debian.template')
-rw-r--r--Dockerfile-debian.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template
index f553dc84..8a83932b 100644
--- a/Dockerfile-debian.template
+++ b/Dockerfile-debian.template
@@ -109,6 +109,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; \