Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-28 16:16:23 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-28 17:14:01 +0300
commit95411b58e14d5935a949e12d4fce894d73ea0dae (patch)
tree2bf835f1d55031083ad628ee7ad2f2e450c4a016
parent879a44ba9c7614fd8a7d13f8cb878336f32d017c (diff)
Dockerfile: Fix db directory after installation
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
-rw-r--r--build/docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/docker/Dockerfile b/build/docker/Dockerfile
index 4ee3d164..1f813bec 100644
--- a/build/docker/Dockerfile
+++ b/build/docker/Dockerfile
@@ -172,6 +172,7 @@ sed -i 's|data-ro|data|' /data-ro/nextcloud/config/config.php; \
# fix default paths
sed -i 's|/media/USBdrive|/data/backups|' /usr/local/etc/ncp-config.d/nc-backup.cfg; \
sed -i 's|/media/USBdrive|/data/backups|' /usr/local/etc/ncp-config.d/nc-backup-auto.cfg; \
+sed -i 's|/data-ro|/data|' /etc/mysql/mariadb.conf.d/90-ncp.cnf; \
# cleanup all NCP extras
run_app_unsafe post-inst.sh; \