-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
seems versions > 2.0 are not supported.
E.g. having a correct version 2.1, 2.2 or even the latest 3.x results in an error message:
[docker/compose:1.8.0] - STDERR: Version in `<compose.yaml>` is unsupported.
This is because the docker/compose container used is over a year old, latest is 1.15, see:
https://store.docker.com/community/images/docker/compose/tags
Please update the docker container used for compose containers so recent YAML files are supported.
Sadly this cannot be overridden like for other containers mentioned in custom containers
Reactions are currently unavailable