From 674dc0d54a563dd734a87b5a79734239e076cfdc Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 8 Sep 2023 06:29:40 +0000 Subject: [PATCH] Update 'root/usr/libexec/apps/seafile/seafile.sh' --- root/usr/libexec/apps/seafile/seafile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/usr/libexec/apps/seafile/seafile.sh b/root/usr/libexec/apps/seafile/seafile.sh index 50b0355..54c87b9 100644 --- a/root/usr/libexec/apps/seafile/seafile.sh +++ b/root/usr/libexec/apps/seafile/seafile.sh @@ -62,7 +62,7 @@ services: - "${port}:80" # - "4643:443" # If https is enabled, cancel the comment. volumes: - - ./seafile-data:/shared # Requested, specifies the path to Seafile data persistent store. + - ${config}:/shared # Requested, specifies the path to Seafile data persistent store. environment: - DB_HOST=db - DB_ROOT_PASSWD=${GEN_PASS} # Requested, the value shuold be root's password of MySQL service.