Fails to handle the service_healthy
condition of a depends_on
element
#866
Labels
bug
Something isn't working
service_healthy
condition of a depends_on
element
#866
Describe the bug
podman-compose
fails to handle theservice_healthy
condition of adepends_on
element.To Reproduce
Steps to reproduce the behavior:
docker-compose.yml
filepodman-compose -f docker-compose.yml up -d
in the containing directoryExpected behavior
The container corresponding to the
dependent
service never starts since thebase
can never be healthy.Actual behavior
The container corresponding to the
dependent
service always starts.Output
Environment:
The text was updated successfully, but these errors were encountered: