Bump docker-compose to 1.27.2 (#11360)

* Bump docker-compose to 1.27.2

Signed-off-by: aiordache <anca.iordache@docker.com>

* Update formatting

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
Anca Iordache 2020-09-14 09:16:22 +02:00 committed by GitHub
parent 52497c10bd
commit 85e11b239f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

View File

@ -23,7 +23,7 @@ google_analytics: GTM-WL2QLG5
latest_engine_api_version: "1.40"
docker_ce_version: "19.03"
compose_version: "1.27.1"
compose_version: "1.27.2"
compose_file_v3: "3.8"
compose_file_v2: "2.4"
machine_version: "0.16.0"

View File

@ -21,7 +21,7 @@ exclude: ["_scripts", "tests", "apidocs/layouts", "Gemfile", "hooks", "index.htm
latest_engine_api_version: "1.40"
docker_ce_version: "19.03"
compose_version: "1.27.1"
compose_version: "1.27.2"
compose_file_v3: "3.8"
compose_file_v2: "2.4"
machine_version: "0.16.0"

View File

@ -6,12 +6,20 @@ toc_max: 2
redirect_from:
- /release-notes/docker-compose/
---
## 1.27.2
(2020-09-10)
### Bugs
- Fixed bug on `docker-compose run` container attach.
## 1.27.1
(2020-09-10)
### Bugs
- Fixed the `compose run` command when `service.scale` is specified.
- Fixed `docker-compose run` when `service.scale` is specified.
- Allowed the `driver` property for external networks as a temporary workaround for the Swarm network propagation issue.