Skip to content

Commit

Permalink
Merge pull request #36636 from OnSuorce
Browse files Browse the repository at this point in the history
* gh-36636:
  Polish "Add note about enabling docker compose support in tests"
  Add note about enabling docker compose support in tests

Closes gh-36636
  • Loading branch information
wilkinsona committed Jul 31, 2023
2 parents 0ead8d0 + 5f72e44 commit 21d2fb6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ When this module is included as a dependency Spring Boot will do the following:

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.

NOTE: By default, Spring Boot's Docker Compose support is disabled when running tests.
To enable it, set configprop:spring.docker.compose.skip.in-tests[] to `false`.



[[features.docker-compose.service-connections]]
Expand Down

0 comments on commit 21d2fb6

Please sign in to comment.