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.