mirror of https://github.com/docker/docs.git
Update release-notes.md (#22143)
`x-initialSync` was misspelled as `x-initSync`, which can be frustrating
for users. Ref
876ecc48be/pkg/compose/watch.go (L170)
and
https://github.com/docker/compose/issues/11102#issuecomment-2327505438
This commit is contained in:
parent
231f97ccad
commit
006608da5b
|
@ -289,7 +289,7 @@ For more detailed information, see the [release notes in the Compose repo](https
|
|||
|
||||
- Fixed the docs on `docker compose kill` usage.
|
||||
- Fixed redundant condition from `toAPIBuildOptions` in build.go.
|
||||
- Fixed initial Watch `sync` after Compose restarts with introduction of `x-initSync`.
|
||||
- Fixed initial Watch `sync` after Compose restarts with introduction of `x-initialSync`.
|
||||
- Fixed an issue which stopped the Compose process for a single container on `sync-restart` Watch action.
|
||||
|
||||
## 2.29.1
|
||||
|
|
Loading…
Reference in New Issue