mirror of https://github.com/docker/docs.git
Merge pull request #12746 from porterdarby/patch-1
`condition` is supported for `depends_on`
This commit is contained in:
commit
d804b08495
|
@ -654,7 +654,6 @@ services:
|
|||
> 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.
|
||||
> - Version 3 no longer supports the `condition` form of `depends_on`.
|
||||
> - The `depends_on` option is ignored when
|
||||
> [deploying a stack in swarm mode](../../engine/reference/commandline/stack_deploy.md)
|
||||
> with a version 3 Compose file.
|
||||
|
|
Loading…
Reference in New Issue