File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/reference/compose-file Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments