You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/01/29 04:38:09 UTC

[GitHub] eumji025 opened a new issue #131: saga-demo port change

eumji025 opened a new issue #131: saga-demo port change
URL: https://github.com/apache/incubator-servicecomb-saga/issues/131
 
 
   saga-demo/dependency-free-transaction-demo/docker-compose.yaml
   ```yaml
    saga:
       image: "saga-spring:0.0.3-SNAPSHOT"
       hostname: saga
       ......
       ports:
         - "8080:8080"
       depends_on:
         postgres:
           condition: service_healthy
   ```
   I think `http://<docker.host.ip>:8083/requests` port need  change or docker-compose.yaml port need change

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services