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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git

commit a30370a51cc52e1d8b66de72728db8377c9eae2d
Author: Willem Jiang <jiangni...@huawei.com>
AuthorDate: Sat May 26 16:21:12 2018 +0800

    SCB-555 Clean up the dock-componse file
---
 saga-demo/saga-dubbo-demo/docker-compose.yaml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/saga-demo/saga-dubbo-demo/docker-compose.yaml 
b/saga-demo/saga-dubbo-demo/docker-compose.yaml
index b1e295c..3510f86 100644
--- a/saga-demo/saga-dubbo-demo/docker-compose.yaml
+++ b/saga-demo/saga-dubbo-demo/docker-compose.yaml
@@ -22,6 +22,8 @@ services:
   zookeeper:
     image: "docker.io/zookeeper"
     hostname: zookeeper
+    ports:
+      - "2181:2181"
 
   database:
     image: "postgres"
@@ -42,8 +44,8 @@ services:
     image: "alpha-server:${TAG}"
     hostname: alpha-server
     ports:
-      - "8081:8080"
-      - "8091:8090"
+      - "8080:8080"
+      - "8090:8090"
     links:
       - "database:postgresql.servicecomb.io"
     environment:
@@ -121,4 +123,4 @@ services:
       - "8073:8073"
     depends_on:
       alpha:
-        condition: service_healthy
\ No newline at end of file
+        condition: service_healthy

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.

Reply via email to