mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02: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
@ -24,7 +24,7 @@ SECRETS_PATH = '/run/secrets'
|
|||||||
WINDOWS_LONGPATH_PREFIX = '\\\\?\\'
|
WINDOWS_LONGPATH_PREFIX = '\\\\?\\'
|
||||||
|
|
||||||
COMPOSEFILE_V1 = ComposeVersion('1')
|
COMPOSEFILE_V1 = ComposeVersion('1')
|
||||||
COMPOSE_SPEC = ComposeVersion('3')
|
COMPOSE_SPEC = ComposeVersion('3.9')
|
||||||
|
|
||||||
# minimum DOCKER ENGINE API version needed to support
|
# minimum DOCKER ENGINE API version needed to support
|
||||||
# features for each compose schema version
|
# features for each compose schema version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user