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:
docker-tools-robot 2023-06-30 09:49:46 +02:00 committed by GitHub
parent 1c9369af30
commit 01db96c660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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