mirror of https://github.com/docker/compose.git
Merge pull request #6171 from tossmilestone/fix-typos
Fix typos in CHANGELOG
This commit is contained in:
commit
7e6275219b
|
@ -60,7 +60,7 @@ Change log
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
- Fixed a bug where the ip_range attirbute in IPAM configs was prevented
|
- Fixed a bug where the ip_range attribute in IPAM configs was prevented
|
||||||
from passing validation
|
from passing validation
|
||||||
|
|
||||||
1.21.1 (2018-04-27)
|
1.21.1 (2018-04-27)
|
||||||
|
@ -285,7 +285,7 @@ Change log
|
||||||
preventing Compose from recovering volume data from previous containers for
|
preventing Compose from recovering volume data from previous containers for
|
||||||
anonymous volumes
|
anonymous volumes
|
||||||
|
|
||||||
- Added limit for number of simulatenous parallel operations, which should
|
- Added limit for number of simultaneous parallel operations, which should
|
||||||
prevent accidental resource exhaustion of the server. Default is 64 and
|
prevent accidental resource exhaustion of the server. Default is 64 and
|
||||||
can be configured using the `COMPOSE_PARALLEL_LIMIT` environment variable
|
can be configured using the `COMPOSE_PARALLEL_LIMIT` environment variable
|
||||||
|
|
||||||
|
@ -583,7 +583,7 @@ Change log
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
- Volumes specified through the `--volume` flag of `docker-compose run` now
|
- Volumes specified through the `--volume` flag of `docker-compose run` now
|
||||||
complement volumes declared in the service's defintion instead of replacing
|
complement volumes declared in the service's definition instead of replacing
|
||||||
them
|
them
|
||||||
|
|
||||||
- Fixed a bug where using multiple Compose files would unset the scale value
|
- Fixed a bug where using multiple Compose files would unset the scale value
|
||||||
|
|
Loading…
Reference in New Issue