Skip to content

Commit a40a334

Browse files
committed
vale
1 parent 809f913 commit a40a334

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Zsh
153153
[Ss]warm
154154
[Ss]yscalls?
155155
[Ss]ysfs
156+
[Tt]eardown
156157
[Tt]oolchains?
157158
[Uu]narchived?
158159
[Uu]ngated

content/reference/compose-file/services.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,20 +1740,20 @@ Dependent service `app` receives additional environment variables prefixed by th
17401740
For illustration, assuming `awesomecloud` execution produced variables `URL` and `API_KEY`, the `app` service
17411741
runs with environment variables `DATABASE_URL` and `DATABASE_API_KEY`.
17421742

1743-
As Compose stops the application, the `awesomecloud` binary is used to manage the `database` service teardown.
1743+
As Compose stops the application, the `awesomecloud` binary is used to manage the `database` service tear down.
17441744

17451745
The mechanism used by Compose to delegate the service lifecycle to an external binary is described [here](https://github.com/docker/compose/tree/main/docs/extension.md).
17461746

17471747
For more information on using the `provider` attribute, see [Use provider services](/manuals/compose/how-tos/provider-services.md).
17481748

1749-
### type
1750-
`type` attribute is required. It defines the external component used by Compose to manage setup and teardown lifecycle
1751-
events.
1749+
### `type`
17521750

1753-
### options
1754-
`options` are specific to the selected provider and not validated by the compose specification
1751+
`type` attribute is required. It defines the external component used by Compose to manage setup and tear down lifecycle
1752+
events.
17551753

1754+
### `options`
17561755

1756+
`options` are specific to the selected provider and not validated by the compose specification
17571757

17581758
### `pull_policy`
17591759

0 commit comments

Comments
 (0)