Document minimum supported Docker Compose version

Closes gh-38760
This commit is contained in:
Moritz Halbritter 2023-12-13 11:18:09 +01:00
parent 823054f543
commit d1badfe63a

View File

@ -28,8 +28,6 @@ Add the module dependency to your build, as shown in the following listings for
}
----
NOTE: The `docker compose` or `docker-compose` CLI application needs to be on your path in order for Spring Boots support to work correctly.
When this module is included as a dependency Spring Boot will do the following:
* Search for a `compose.yml` and other common compose filenames in your application directory
@ -45,6 +43,14 @@ To enable it, set configprop:spring.docker.compose.skip.in-tests[] to `false`.
[[features.docker-compose.prerequisites]]
=== Prerequisites
You need to have the `docker` and `docker compose` (or `docker-compose`) CLI applications on your path.
The minimum supported Docker Compose version is 2.2.0.
[[features.docker-compose.service-connections]]
=== Service Connections
A service connection is a connection to any remote service.