Fix startup-order.md link (#1769)

This commit is contained in:
Roque Pinel 2017-02-16 17:48:46 -05:00 committed by John Mulhausen
parent e0bace406b
commit be682d4f42
1 changed files with 1 additions and 1 deletions

View File

@ -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