What does the first line in the "docker-compose.yml" file, that specifies the version mean?
In the first line of the docker-compose.yml file we specify a version: version: '3.9' What exactly does this mean?! After installing the latest version, I tried the following in my Windows 10 cmd: docker-compose --version and the output was: Docker…