mirror of https://github.com/docker/docs.git
Fixed anchor error #depends-on -> #depends_on.
Target https://docs.docker.com/compose/compose-file/#depends_on . Signed-off-by: Brett Randall <javabrett@gmail.com>
This commit is contained in:
parent
daa3aebf88
commit
8d8b00b2d2
|
|
@ -6,7 +6,7 @@ notoc: true
|
|||
---
|
||||
|
||||
You can control the order of service startup with the
|
||||
[depends_on](compose-file.md#depends-on) option. Compose always starts
|
||||
[depends_on](compose-file.md#depends_on) option. Compose always starts
|
||||
containers in dependency order, where dependencies are determined by
|
||||
`depends_on`, `links`, `volumes_from`, and `network_mode: "service:..."`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue