I've installed Docker for Windows on my machine (Windows 10, Hyper-V). Version is 18.03.0-ce. But the version of docker-compose is 1.20.1. I want to run docker-compose with a docker-compose.yml file containing the property version : '2'. I get the error:
client version 1.22 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version
How can i upgrade to a newer version of docker-compose?