|
|
@ -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.
|
|
|
|