Skip to content

Commit

Permalink
Document minimum supported Docker Compose version
Browse files Browse the repository at this point in the history
Closes gh-38760
  • Loading branch information
mhalbritter committed Dec 13, 2023
1 parent 823054f commit d1badfe
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit d1badfe

Please sign in to comment.