rockXiaofeng commented on issue #993:
URL: https://github.com/apache/dubbo-go/issues/993#issuecomment-797193421


   Hi @spacewander , just made a docker image for provider-sample: 
   ```
   docker pull 10520/dubbo-go-provider-app
   ```
   
   docker-compose file like this:
   ```
   version: "3"
   
   services:
     provider:
       image: 10520/dubbo-go-provider-app
       restart: always
       volumes:
         - /${SERVER_CONF_PATH}/server.yml:/app/test/server.yml
       environment:
         CONF_PROVIDER_FILE_PATH: "/app/test/server.yml"
       ports:
         - "20000:20000/tcp"
       network_mode: host
   ```
   
   You can try this and look forward to your reply~


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to