Skip to content

Commit 503d8c1

Browse files
committed
Merge branch '3.1.x' into 3.2.x
Closes gh-40514
2 parents b65cda4 + 8be8561 commit 503d8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add the module dependency to your build, as shown in the following listings for
3030

3131
When this module is included as a dependency Spring Boot will do the following:
3232

33-
* Search for a `compose.yml` and other common compose filenames in your application directory
33+
* Search for a `compose.yml` and other common compose filenames in your working directory
3434
* Call `docker compose up` with the discovered `compose.yml`
3535
* Create service connection beans for each supported container
3636
* Call `docker compose stop` when the application is shutdown

0 commit comments

Comments
 (0)