You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/06/30 12:12:39 UTC

[GitHub] [servicecomb-pack] chanjarster commented on issue #486: [SCB-1335] Upgrade docker-compose file to 3.0

chanjarster commented on issue #486: [SCB-1335] Upgrade docker-compose file to 3.0
URL: https://github.com/apache/servicecomb-pack/pull/486#issuecomment-507031259
 
 
   Thanks for the suggestion. If using wait-for in docker-compose file like this:
   
   ```yaml
   command: ["./wait-for", "alpha:8080", "--", "java", "-jar", "..."]
   ```
   
   The `"java", "-jar", "..."` part will be a duplicate of `ENTRYPOINT` line in Dockerfile. So maybe I should write a `docker-entrypoint.sh`?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services