Merge pull request #16 from tim-thompson/patch-1

fix environment typo
This commit is contained in:
Daniel Pan 2021-04-04 17:43:54 +08:00 committed by GitHub
commit b9a00f681b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ apt-get install docker-compose -y
### Download and modify docker-compose.yml
Download [docker-compose.yml](https://download.seafile.com/d/320e8adf90fa43ad8fee/files/?p=/docker/docker-compose.yml) sample file to your host. Then modify the file according to your environtment. The following fields are needed to be modified:
Download [docker-compose.yml](https://download.seafile.com/d/320e8adf90fa43ad8fee/files/?p=/docker/docker-compose.yml) sample file to your host. Then modify the file according to your environment. The following fields are needed to be modified:
* The password of MySQL root (MYSQL_ROOT_PASSWORD and DB_ROOT_PASSWD)
* The volume directory of MySQL data (volumes)