You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running docker compose > v2.20.2 while using --wait for healthchecks, results in the "started" message but does not switch to "waiting". It actually waits and exists if all checks were successful, but the display is frozen.
Steps To Reproduce
Define docker-compose.yaml with healthcheck
run docker-compose up -d --wait
expected results:
after the container starts, it should switch to "waiting" and continue with counting seconds
versions <=2.20.2 work as expected.
This is true for both the osx compose version and the versions downloaded directly from linux repos such as apk or apt.
The text was updated successfully, but these errors were encountered:
Description
Running docker compose > v2.20.2 while using
--wait
for healthchecks, results in the "started" message but does not switch to "waiting". It actually waits and exists if all checks were successful, but the display is frozen.Steps To Reproduce
expected results:
after the container starts, it should switch to "waiting" and continue with counting seconds
actual result:
display stuck on "started"
Compose Version
Docker Environment
Anything else?
versions <=2.20.2 work as expected.
This is true for both the osx compose version and the versions downloaded directly from linux repos such as apk or apt.
The text was updated successfully, but these errors were encountered: