Hello! On docker version 18.06.1-ce, build e68fc7a When trying to build the docker images I'm getting this error,
$ docker-compose -f dev/docker-compose.yml build ERROR: Version in "./dev/docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a version of "2" (or "2.0") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1. For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/
Only after changing the docker-compose.yml version from 3.2 to 2 then the build process starts (and completes). Cheers!
Metadata Update from @ryanlerch: - Issue tagged with: devel-tools
Found out was an old docker-compose version I was using. I thought I have updated :-/ Closing. Sorry.
Metadata Update from @ark74: - Issue close_status updated to: Invalid - Issue status updated to: Closed (was: Open)