Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: docker-compose fails with multiple merge keys
Docker compose no longer allows multiple merge keys in compose files. The YAML spec allows multiple maps to be merged by passing a sequence to the merge (`<<:`) key. This is documented in the [YAML spec](https://yaml.org/type/merge.html). The behavior change for docker-compose is documented in [this issue](docker/compose#10411)
- Loading branch information