This is an automated email from the ASF dual-hosted git repository.

chengshiwen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ac054f  fix dolphinscheduler-resource-local in docker (#369)
5ac054f is described below

commit 5ac054fc3c46686e3d2c7aa0c3d5b15de5dbec20
Author: Shiwen Cheng <[email protected]>
AuthorDate: Mon May 24 16:59:02 2021 +0800

    fix dolphinscheduler-resource-local in docker (#369)
---
 docs/zh-cn/1.3.6/user_doc/docker-deployment.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh-cn/1.3.6/user_doc/docker-deployment.md 
b/docs/zh-cn/1.3.6/user_doc/docker-deployment.md
index 1e70f42..c2c949c 100644
--- a/docs/zh-cn/1.3.6/user_doc/docker-deployment.md
+++ b/docs/zh-cn/1.3.6/user_doc/docker-deployment.md
@@ -652,7 +652,7 @@ RESOURCE_STORAGE_TYPE=HDFS
 FS_DEFAULT_FS=file:///
 ```
 
-2. 修改 `docker-compose.yml` 文件中的 `dolphinscheduler-shared-local` 存储卷,以支持 nfs
+2. 修改 `docker-compose.yml` 文件中的 `dolphinscheduler-resource-local` 存储卷,以支持 nfs
 
 > 如果你想在 Docker Swarm 上部署 dolphinscheduler,你需要修改 `docker-stack.yml`
 

Reply via email to