You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Version in "./compose/app.yaml" 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/
Docker version 18.09.1, build 4c52b90
docker-compose version 1.8.0, build unknown
any help?
The text was updated successfully, but these errors were encountered:
Docker version 18.06.1-ce, build e68fc7a
docker-compose version 1.17.1, build unknown
Using the version and service format specified as mentioned in the error let me get passed it. But unfortunately, it gives more issues.
Updating docker-compose fixes it, but I think it should at least try to generate configs that are compatible with the installed docker-compose version.
ERROR: Version in "./compose/app.yaml" 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 theversion
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/
Docker version 18.09.1, build 4c52b90
docker-compose version 1.8.0, build unknown
any help?
The text was updated successfully, but these errors were encountered: