Update include.md (#19393)

* Update include.md

https://github.com/docker/compose/issues/10932#issuecomment-1696396507

* Update include.md
This commit is contained in:
Kevin Marrec
2024-02-14 10:26:51 +01:00
committed by GitHub
parent 75b6fa2dda
commit 4adc8fbff2

View File

@@ -6,7 +6,7 @@ title: Include
> **Note**
>
> `include` is available in Docker Compose version 2.20 and later, and Docker Desktop version 4.22 and later.
> `include` is available in Docker Compose version 2.20.3 and later, and Docker Desktop version 4.22 and later.
With the [`include` top-level element](../compose-file/14-include.md), you can include a separate Compose file directly in your local Compose file. This solves the relative path problem that [`extends`](extends.md) and [merge](merge.md) present.
@@ -79,4 +79,4 @@ Combined together, this allows you to benefit from third-party reusable componen
## Reference information
[`include` top-level element](../compose-file/14-include.md)
[`include` top-level element](../compose-file/14-include.md)