Signed-off-by: Artur Neumann <artur@jankaritech.com>
@ -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; \
@ -96,6 +96,7 @@ RUN { \
echo 'display_errors=Off'; \\n
@ -95,6 +95,7 @@ RUN { \
@ -109,6 +109,7 @@ RUN { \