Skip to content

Commit 3e26754

Browse files
authored
Apply suggestions from code review
1 parent ad27719 commit 3e26754

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

content/manuals/compose/how-tos/provider-services.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ params:
1515
Docker Compose supports provider services, which allow integration with services whose lifecycles are managed by third-party components rather than by Compose itself.
1616
This feature enables you to define and utilize platform-specific services without the need for manual setup or direct lifecycle management.
1717

18-
## Prerequisites
19-
20-
- Docker Compose v2.36 or later
2118

2219
## What are provider services?
2320

@@ -111,9 +108,9 @@ This information is then passed to dependent services as environment variables.
111108

112109
Using provider services in your Compose applications offers several benefits:
113110

114-
1. **Simplified configuration**: You don't need to manually configure and manage platform capabilities
115-
2. **Declarative approach**: You can declare all your application's dependencies in one place
116-
3. **Consistent workflow**: You use the same Compose commands to manage your entire application, including platform capabilities
111+
1. Simplified configuration: You don't need to manually configure and manage platform capabilities
112+
2. Declarative approach: You can declare all your application's dependencies in one place
113+
3. Consistent workflow: You use the same Compose commands to manage your entire application, including platform capabilities
117114

118115
## Creating your own provider
119116

0 commit comments

Comments
 (0)