From 347b8b96785f16c638f70e435ccff0f62622fb9e Mon Sep 17 00:00:00 2001 From: Tim Thompson Date: Mon, 22 Mar 2021 10:53:15 +0000 Subject: [PATCH] fix environment typo --- manual/docker/deploy seafile with docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/docker/deploy seafile with docker.md b/manual/docker/deploy seafile with docker.md index fdc6bcaa..b3e46af1 100644 --- a/manual/docker/deploy seafile with docker.md +++ b/manual/docker/deploy seafile with docker.md @@ -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)