mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Pin docker-compose config's version to 3.9
This avoids bugs on using it's output on swarm Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
b111ef6322
commit
9f47d4e5d7
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ SECRETS_PATH = '/run/secrets'
|
|||
WINDOWS_LONGPATH_PREFIX = '\\\\?\\'
|
||||
|
||||
COMPOSEFILE_V1 = ComposeVersion('1')
|
||||
COMPOSE_SPEC = ComposeVersion('3')
|
||||
COMPOSE_SPEC = ComposeVersion('3.9')
|
||||
|
||||
# minimum DOCKER ENGINE API version needed to support
|
||||
# features for each compose schema version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue