mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 00:25:55 +02:00
Correct config.php
This commit is contained in:
@@ -45,7 +45,9 @@ RUN \
|
|||||||
/etc/php7/php.ini \
|
/etc/php7/php.ini \
|
||||||
&& sed -i "s|client_max_body_size 512M;|client_max_body_size 10240M;|g" /defaults/default \
|
&& sed -i "s|client_max_body_size 512M;|client_max_body_size 10240M;|g" /defaults/default \
|
||||||
# Correct ssl path
|
# 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 #
|
# 3 Install apps #
|
||||||
|
|||||||
Reference in New Issue
Block a user