mirror of
https://github.com/containers/podman-compose.git
synced 2025-05-28 14:17:50 +02:00
- Change compose-up to create then start container to avoid double-execution and enforce dependency condition check - Skip dependency health check to avoid compose-up hang for podman prior to 4.6.0, which doesn't support --condition healthy - Skip running compose-down when there are no active containers - Add relevant integration test case Signed-off-by: Justin Zhang <schnell18@gmail.com>
4 lines
277 B
Plaintext
4 lines
277 B
Plaintext
- Fixed issue in up command where service_healthy conditions weren't being enforced (#1183)
|
|
- Fixed issue where short-lived containers would execute twice when using the up command in detached mode (#1176)
|
|
- Fixed up command hangs on Podman versions earlier than 4.6.0 (#1178)
|