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: [email protected] With regards, Apache Git Services
