Merge pull request #12746 from porterdarby/patch-1

`condition` is supported for `depends_on`
This commit is contained in:
Usha Mandya 2021-04-27 13:17:45 +01:00 committed by GitHub
commit d804b08495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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