Skip to content

Commit 6d15cb8

Browse files
authored
fixup!
1 parent a161518 commit 6d15cb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/reference/compose-file/services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,8 @@ expressed in the short form.
451451
- `service_started`: An equivalent of the short syntax described previously
452452
- `service_healthy`: Specifies that a dependency is expected to be "healthy"
453453
(as indicated by [`healthcheck`](#healthcheck)) before starting a dependent
454-
service. Note that since v3 dependent services will be started regardless of the
455-
healthcheck status.
454+
service. Note that since v3 dependent services are started immediately
455+
regardless of the healthcheck status.
456456
- `service_completed_successfully`: Specifies that a dependency is expected to run
457457
to successful completion before starting a dependent service.
458458
- `required`: When set to `false` Compose only warns you when the dependency service isn't started or available. If it's not defined

0 commit comments

Comments
 (0)