You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/reference/compose-file/services.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1740,20 +1740,20 @@ Dependent service `app` receives additional environment variables prefixed by th
1740
1740
For illustration, assuming `awesomecloud` execution produced variables `URL` and `API_KEY`, the `app` service
1741
1741
runs with environment variables `DATABASE_URL` and `DATABASE_API_KEY`.
1742
1742
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.
1744
1744
1745
1745
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).
1746
1746
1747
1747
For more information on using the `provider` attribute, see [Use provider services](/manuals/compose/how-tos/provider-services.md).
1748
1748
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`
1752
1750
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.
1755
1753
1754
+
### `options`
1756
1755
1756
+
`options`are specific to the selected provider and not validated by the compose specification
0 commit comments