mirror of https://github.com/docker/docs.git
At paragraph "links", fixed anchor-link to "depends-on"
This commit is contained in:
parent
7b70ec32e7
commit
1de1d10073
|
@ -442,7 +442,7 @@ Containers for the linked service will be reachable at a hostname identical to
|
||||||
the alias, or the service name if no alias was specified.
|
the alias, or the service name if no alias was specified.
|
||||||
|
|
||||||
Links also express dependency between services in the same way as
|
Links also express dependency between services in the same way as
|
||||||
[depends_on](compose-file.md#depends-on), so they determine the order of service startup.
|
[depends_on](compose-file.md#dependson), so they determine the order of service startup.
|
||||||
|
|
||||||
> **Note:** If you define both links and [networks](compose-file.md#networks), services with
|
> **Note:** If you define both links and [networks](compose-file.md#networks), services with
|
||||||
> links between them must share at least one network in common in order to
|
> links between them must share at least one network in common in order to
|
||||||
|
|
Loading…
Reference in New Issue