From c947472050e07c9d0f61aabd866f753875e2da59 Mon Sep 17 00:00:00 2001 From: Porter Darby Date: Sat, 24 Apr 2021 22:05:45 -0400 Subject: [PATCH] `condition` is supported for `depends_on` Removed a statement about `condition` not being supported for `depends_on` in Version 3, as it is supported. --- compose/compose-file/compose-file-v3.md | 1 - 1 file changed, 1 deletion(-) diff --git a/compose/compose-file/compose-file-v3.md b/compose/compose-file/compose-file-v3.md index 411ee4bb9f..6ce727d8cb 100644 --- a/compose/compose-file/compose-file-v3.md +++ b/compose/compose-file/compose-file-v3.md @@ -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.