Clarify depends_on logic

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2016-02-29 15:53:04 -08:00
commit aa7b862f4c
3 changed files with 95 additions and 66 deletions

View file

@ -203,6 +203,11 @@ Simple example:
db:
image: postgres
> **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 more on this problem and strategies for solving it.
### dns
Custom DNS servers. Can be a single value or a list.