diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/docker-compose.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/docker-compose.adoc index 935d86858448..2767662c2729 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/docker-compose.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/docker-compose.adoc @@ -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 Boot’s 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.