mirror of https://github.com/docker/docs.git
Update Compose reference API to v2.7.0 (#15174)
Co-authored-by: glours <glours@users.noreply.github.com>
This commit is contained in:
parent
6749273ccf
commit
2e3be64290
|
|
@ -41,7 +41,7 @@ exclude:
|
||||||
latest_engine_api_version: "1.41"
|
latest_engine_api_version: "1.41"
|
||||||
docker_ce_version: "20.10"
|
docker_ce_version: "20.10"
|
||||||
compose_v1_version: "1.29.2"
|
compose_v1_version: "1.29.2"
|
||||||
compose_version: "v2.6.1"
|
compose_version: "v2.7.0"
|
||||||
compose_file_v3: "3.9"
|
compose_file_v3: "3.9"
|
||||||
compose_file_v2: "2.4"
|
compose_file_v2: "2.4"
|
||||||
machine_version: "0.16.0"
|
machine_version: "0.16.0"
|
||||||
|
|
|
||||||
|
|
@ -222,7 +222,7 @@ options:
|
||||||
value_type: string
|
value_type: string
|
||||||
description: |-
|
description: |-
|
||||||
Specify an alternate working directory
|
Specify an alternate working directory
|
||||||
(default: the path of the Compose file)
|
(default: the path of the, first specified, Compose file)
|
||||||
deprecated: false
|
deprecated: false
|
||||||
hidden: false
|
hidden: false
|
||||||
experimental: false
|
experimental: false
|
||||||
|
|
@ -265,7 +265,7 @@ options:
|
||||||
description: |-
|
description: |-
|
||||||
DEPRECATED! USE --project-directory INSTEAD.
|
DEPRECATED! USE --project-directory INSTEAD.
|
||||||
Specify an alternate working directory
|
Specify an alternate working directory
|
||||||
(default: the path of the Compose file)
|
(default: the path of the, first specified, Compose file)
|
||||||
deprecated: false
|
deprecated: false
|
||||||
hidden: true
|
hidden: true
|
||||||
experimental: false
|
experimental: false
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@ options:
|
||||||
value_type: bool
|
value_type: bool
|
||||||
default_value: "false"
|
default_value: "false"
|
||||||
description: Copy to all the containers of the service.
|
description: Copy to all the containers of the service.
|
||||||
deprecated: false
|
deprecated: true
|
||||||
hidden: false
|
hidden: true
|
||||||
experimental: false
|
experimental: false
|
||||||
experimentalcli: false
|
experimentalcli: false
|
||||||
kubernetes: false
|
kubernetes: false
|
||||||
|
|
@ -40,9 +40,9 @@ options:
|
||||||
swarm: false
|
swarm: false
|
||||||
- option: index
|
- option: index
|
||||||
value_type: int
|
value_type: int
|
||||||
default_value: "1"
|
default_value: "0"
|
||||||
description: |
|
description: |
|
||||||
Index of the container if there are multiple instances of a service [default: 1].
|
Index of the container if there are multiple instances of a service .
|
||||||
deprecated: false
|
deprecated: false
|
||||||
hidden: false
|
hidden: false
|
||||||
experimental: false
|
experimental: false
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@ examples: |-
|
||||||
⠹ f63c47038e66 Waiting 9.3s
|
⠹ f63c47038e66 Waiting 9.3s
|
||||||
⠹ 77a0c198cde5 Waiting 9.3s
|
⠹ 77a0c198cde5 Waiting 9.3s
|
||||||
⠹ c8752d5b785c Waiting 9.3s
|
⠹ c8752d5b785c Waiting 9.3s
|
||||||
``̀`
|
```
|
||||||
deprecated: false
|
deprecated: false
|
||||||
experimental: false
|
experimental: false
|
||||||
experimentalcli: false
|
experimentalcli: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue