You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/09/01 11:10:36 UTC

[GitHub] wgx731 commented on issue #255: starter project error when application is running within docker network

wgx731 commented on issue #255: starter project error when application is running within docker network
URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/255#issuecomment-417851837
 
 
   bash script to export ports for docker images if you see missing ports config:
   ```
   #!/usr/bin/env bash
   
   # spring version
   export DR_SPRING_VERSION=1.3.5
   
   # dubbo provider
   export DUBBO_WEB_H_PORT=8090
   export DUBBO_WEB_C_PORT=8090
   export DUBBO_MM_H_PORT=8091
   export DUBBO_MM_C_PORT=8091
   export DUBBO_APP_H_PORT=12345
   export DUBBO_APP_C_PORT=12345
   export DUBBO_QOS_H_PORT=22222
   export DUBBO_QOS_C_PORT=22222
   
   # grpc provider
   export GRPC_APP_H_PORT=12346
   export GRPC_APP_C_PORT=12346
   
   # gateway
   export GATEWAY_WEB_H_PORT=8080
   export GATEWAY_WEB_C_PORT=8080
   export GATEWAY_MM_H_PORT=8081
   export GATEWAY_MM_C_PORT=8081
   ```

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org