mirror of https://github.com/docker/docs.git
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:
parent
52497c10bd
commit
85e11b239f
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue