mirror of https://github.com/docker/docs.git
Update Compose reference API to v2.19.1 (#17657)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: milas <milas@users.noreply.github.com>
This commit is contained in:
parent
1c9369af30
commit
01db96c660
|
@ -45,7 +45,7 @@ exclude:
|
|||
latest_engine_api_version: "1.43"
|
||||
docker_ce_version: "24.0.0"
|
||||
compose_v1_version: "1.29.2"
|
||||
compose_version: "v2.19.0"
|
||||
compose_version: "v2.19.1"
|
||||
compose_file_v3: "3.8"
|
||||
compose_file_v2: "2.4"
|
||||
machine_version: "0.16.0"
|
||||
|
|
|
@ -3,7 +3,7 @@ short: Run a one-off command on a service.
|
|||
long: |-
|
||||
Runs a one-time command against a service.
|
||||
|
||||
the following command starts the `web` service and runs `bash` as its command:
|
||||
The following command starts the `web` service and runs `bash` as its command:
|
||||
|
||||
```console
|
||||
$ docker compose run web bash
|
||||
|
|
Loading…
Reference in New Issue