mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
## Description Clarifies that the `depends_on` short syntax does not wait for services to become healthy, and waits only for them to be started (running). This aligns with the long syntax section, which defines `service_started` as equivalent to the short syntax, and with the [Control startup and shutdown order](https://docs.docker.com/compose/how-tos/startup-order/#control-startup) manual: > On startup, Compose does not wait until a container is "ready", only until it's running. Confirmed locally that short syntax behaves equivalently to `condition: service_started`. ## Related issues or tickets None ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [x] Technical review - [x] Editorial review - [ ] Product review