mirror of https://github.com/docker/docs.git
Update release notes for docker-compose 1.28.6 (#12553)
* Release notes updates for docker-compose 1.28.6 Signed-off-by: Anca Iordache <anca.iordache@docker.com> * Fixed a typo Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
parent
cc6762ecd3
commit
0effb9f46e
|
@ -22,7 +22,7 @@ exclude: ["_samples", "_scripts", "404.html", "datacenter", "ee", "index.html",
|
|||
# You can't have - characters in these for non-YAML reasons
|
||||
latest_engine_api_version: "1.41"
|
||||
docker_ce_version: "20.10"
|
||||
compose_version: "1.28.5"
|
||||
compose_version: "1.28.6"
|
||||
compose_file_v3: "3.9"
|
||||
compose_file_v2: "2.4"
|
||||
machine_version: "0.16.0"
|
||||
|
|
|
@ -7,6 +7,23 @@ redirect_from:
|
|||
- /release-notes/docker-compose/
|
||||
---
|
||||
|
||||
## 1.28.6
|
||||
(2021-03-23)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- Made `--env-file` relative to the current working directory. Environment file paths set with `--env-file` are now relative to the current working directory and override the default `.env` file located in the project directory.
|
||||
|
||||
- Fixed missing service property `storage_opt` by updating the Compose schema.
|
||||
|
||||
- Fixed build `extra_hosts` list format.
|
||||
|
||||
- Removed additional error message on `exec`.
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
- Added `compose.yml` and `compose.yaml` to the default filename list.
|
||||
|
||||
## 1.28.5
|
||||
(2021-02-26)
|
||||
|
||||
|
|
Loading…
Reference in New Issue