containers / containers/podman-compose
podman-compose merges array when work with COMPOSE_FILE="file1:file2:file3"
Open
bug
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 622
- PR merge metrics
- No merged PRs in 30d
Description
Especially `healthcheck` section is declared as plain array.
And when you try to overwrite default healthcheck with your custom one, podman-compose up will run concatenated array instead of replaced one.
Contributor guide
Assessment
This issue has not been assessed yet.