pento / testpress

Tool for helping you get a WordPress Core test environment up and running.
GNU General Public License v2.0
68 stars 2 forks source link

Check that the correct version of docker-compose is available #133

Closed pento closed 5 years ago

pento commented 5 years ago

We currently use docker-compose file version 3.7, for the init property.

Version 3.7 was introduced in docker-compose 1.22.0. Particularly when someone is using Docker Toolbox (which doesn't auto-update), they may be running an old version that we have to check for.

pento commented 5 years ago

Fixed in #141.