You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by xi...@apache.org on 2020/07/06 10:27:30 UTC

[shardingsphere] branch master updated: Update docker-compose-zh.md

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

xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new ba3cfc3  Update docker-compose-zh.md
     new 20882dd  Merge pull request #6279 from woodongwong/patch-1
ba3cfc3 is described below

commit ba3cfc3f5f36dce3216fbece0ed890fdc777a6f3
Author: woodong <wo...@gmail.com>
AuthorDate: Mon Jul 6 17:15:21 2020 +0800

    Update docker-compose-zh.md
---
 examples/docker/docker-compose-zh.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/docker/docker-compose-zh.md b/examples/docker/docker-compose-zh.md
index ce88c04..18e2a04 100644
--- a/examples/docker/docker-compose-zh.md
+++ b/examples/docker/docker-compose-zh.md
@@ -12,7 +12,7 @@
 
 #### ShardingSphere-Proxy
 
-1. 运行'cd docker/shardingsphere-jdbc/sharding',进入docker文件夹
+1. 运行'cd docker/shardingsphere-proxy/sharding',进入docker文件夹
 2. 运行'docker-compose up -d',启动docker compose环境
 3. 运行 `mysql -h127.0.0.1 -P13308 -proot -uroot` 登录代理
 4. 如果有端口冲突,在docker-compose.yml中修改相应的端口,然后再次使用'docker-compose up -d'启动docker compose