Replies: 5 comments
-
|
Note that v2 is not backwards compatible with v1 in any meaningful way. |
Beta Was this translation helpful? Give feedback.
-
|
When using Docker Swarm mode, I think Docker Compose v3 is also supported? |
Beta Was this translation helpful? Give feedback.
-
That is true. In fact I think it is the only supported version. But the message might be different there, this bug report is for the docker engine endpoint. |
Beta Was this translation helpful? Give feedback.
-
|
@hholst80 you are right! the message doesn't appear in Docker Swarm mode: Nothing to do there then! Thanks for pointing it out. EDIT: perhaps an "only v3 supported" message should be added for the case of Docker Swarm mode, for consistency with standalone mode and clarity as you actually mention in this issue. |
Beta Was this translation helpful? Give feedback.
-
You could be right. It is fairly well-known that Docker Swarm only supports v3 compose files. However, it does also support something called "bundle files". Are they supported? It is not clear. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug description
Stack deployment suggests only Docker Compose v2 format is supported. In fact, v1 is also supported.
Expected behavior
Describe that either v2.x and v1 format is supported for Docker Engine endpoints.
Beta Was this translation helpful? Give feedback.
All reactions