`condition` is supported for `depends_on`

Removed a statement about `condition` not being supported for `depends_on` in Version 3, as it is supported.
This commit is contained in:
Porter Darby 2021-04-24 22:05:45 -04:00 committed by GitHub
parent 0ea0a6173f
commit c947472050
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.