mirror of https://github.com/docker/docs.git
Fix startup-order.md link (#1769)
This commit is contained in:
parent
e0bace406b
commit
be682d4f42
|
@ -343,7 +343,7 @@ Simple example:
|
|||
|
||||
> **Note:** `depends_on` will not wait for `db` and `redis` to be "ready" before
|
||||
> starting `web` - only until they have been started. If you need to wait
|
||||
> for a service to be ready, see [Controlling startup order](startup-order.md)
|
||||
> for a service to be ready, see [Controlling startup order](/compose/startup-order.md)
|
||||
> for more on this problem and strategies for solving it.
|
||||
|
||||
A healthcheck indicates you want a dependency to wait
|
||||
|
|
Loading…
Reference in New Issue