diff --git a/content/manuals/compose/how-tos/provider-services.md b/content/manuals/compose/how-tos/provider-services.md index 91c5be1efa2..b08ddcaadc8 100644 --- a/content/manuals/compose/how-tos/provider-services.md +++ b/content/manuals/compose/how-tos/provider-services.md @@ -81,6 +81,7 @@ The `type` field in a provider service references the name of either: 1. A Docker CLI plugin (e.g., `docker-model`) 2. A binary available in the user's PATH +3. A path to the binary or script to execute When Compose encounters a provider service, it looks for a plugin or binary with the specified name to handle the provisioning of the requested capability.