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 2021/03/22 02:34:54 UTC

[shardingsphere] branch master updated: rename container (#9761)

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 6f429d6  rename container (#9761)
6f429d6 is described below

commit 6f429d6945495de790d3c18a93e10c77a96d257e
Author: Jieker <ji...@163.com>
AuthorDate: Mon Mar 22 10:34:18 2021 +0800

    rename container (#9761)
---
 .../src/test/resources/docker/read_write_splitting/docker-compose.yml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/read_write_splitting/docker-compose.yml b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/read_write_splitting/docker-compose.yml
index cd3dab4..76c08f4 100644
--- a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/read_write_splitting/docker-compose.yml
+++ b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/read_write_splitting/docker-compose.yml
@@ -37,7 +37,7 @@ services:
   
   shardingsphere-proxy:
     image: apache/shardingsphere-proxy-test
-    container_name: rread-write-splitting-shardingsphere-proxy
+    container_name: read-write-splitting-shardingsphere-proxy
     ports:
       - "33270:3307"
       - "33280:3308"