Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force docker-compose's version 1.5.0 because of the changes if this i…
…ssue docker/compose#2327 implemented here docker/compose#2334
- Loading branch information
3baec5b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This only changes the version that is downloaded, but will report no errors on a system with 1.5.1 / 1.5.2 pre-installed.
3baec5b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. We should alert the user in those cases (v > 1.5.0).