Skip to content

Commit 2197e36

Browse files
committed
Merge branch '3.1.x'
Closes gh-38764
2 parents c50172d + d1badfe commit 2197e36

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/docker-compose.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Add the module dependency to your build, as shown in the following listings for
2828
}
2929
----
3030

31-
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.
32-
3331
When this module is included as a dependency Spring Boot will do the following:
3432

3533
* 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`.
4543

4644

4745

46+
[[features.docker-compose.prerequisites]]
47+
=== Prerequisites
48+
49+
You need to have the `docker` and `docker compose` (or `docker-compose`) CLI applications on your path.
50+
The minimum supported Docker Compose version is 2.2.0.
51+
52+
53+
4854
[[features.docker-compose.service-connections]]
4955
=== Service Connections
5056
A service connection is a connection to any remote service.

0 commit comments

Comments
 (0)