Correct config.php

This commit is contained in:
Alexandre
2022-04-18 13:40:51 +02:00
committed by GitHub
parent 017d7cb303
commit 6424f9045d

View File

@@ -45,7 +45,9 @@ RUN \
/etc/php7/php.ini \
&& sed -i "s|client_max_body_size 512M;|client_max_body_size 10240M;|g" /defaults/default \
# Correct ssl path
&& sed -i "s|/data/config/keys|/ssl/nextcloud/keys|g" /defaults/default
&& sed -i "s|/data/config/keys|/ssl/nextcloud/keys|g" /defaults/default \
# Correct initial directory
&& sed -i "s|/data|%%datadirectory%%|g" /defaults/config.php
##################
# 3 Install apps #