mirror of https://github.com/docker/docs.git
Update Compose reference API to v2.17.3 (#17152)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: ndeloof <ndeloof@users.noreply.github.com>
This commit is contained in:
parent
46a4b750ab
commit
647fe00746
|
@ -45,7 +45,7 @@ exclude:
|
|||
latest_engine_api_version: "1.42"
|
||||
docker_ce_version: "23.0.0"
|
||||
compose_v1_version: "1.29.2"
|
||||
compose_version: "v2.17.2"
|
||||
compose_version: "v2.17.3"
|
||||
compose_file_v3: "3.9"
|
||||
compose_file_v2: "2.4"
|
||||
machine_version: "0.16.0"
|
||||
|
|
|
@ -231,6 +231,18 @@ options:
|
|||
experimentalcli: false
|
||||
kubernetes: false
|
||||
swarm: false
|
||||
- option: timeout
|
||||
shorthand: t
|
||||
value_type: int
|
||||
default_value: "10"
|
||||
description: |
|
||||
Use this timeout in seconds for container shutdown when attached or when containers are already running.
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
experimentalcli: false
|
||||
kubernetes: false
|
||||
swarm: false
|
||||
- option: timestamps
|
||||
value_type: bool
|
||||
default_value: "false"
|
||||
|
@ -261,18 +273,6 @@ options:
|
|||
experimentalcli: false
|
||||
kubernetes: false
|
||||
swarm: false
|
||||
- option: waitTimeout
|
||||
shorthand: t
|
||||
value_type: int
|
||||
default_value: "10"
|
||||
description: |
|
||||
Use this waitTimeout in seconds for container shutdown when attached or when containers are already running.
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
experimentalcli: false
|
||||
kubernetes: false
|
||||
swarm: false
|
||||
deprecated: false
|
||||
experimental: false
|
||||
experimentalcli: false
|
||||
|
|
Loading…
Reference in New Issue