Update 'root/usr/libexec/apps/seafile/seafile.sh'

main
ben 1 year ago
parent 7552a5f5f6
commit 674dc0d54a

@ -62,7 +62,7 @@ services:
- "${port}:80" - "${port}:80"
# - "4643:443" # If https is enabled, cancel the comment. # - "4643:443" # If https is enabled, cancel the comment.
volumes: 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: environment:
- DB_HOST=db - DB_HOST=db
- DB_ROOT_PASSWD=${GEN_PASS} # Requested, the value shuold be root's password of MySQL service. - DB_ROOT_PASSWD=${GEN_PASS} # Requested, the value shuold be root's password of MySQL service.

Loading…
Cancel
Save