Skip to content

Commit 87c07c3

Browse files
committed
Merge pull request #35818 from sungchanjo
* pr/35818: Fix typo in Docker Compose documentation Closes gh-35818
2 parents 7185668 + 96d5f86 commit 87c07c3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ The following values are supported:
195195

196196
* `none` - Do not start or stop Docker Compose
197197
* `start-only` - Start Docker Compose when the application starts and leave it running
198-
* `start-and-stop` - Start Docker Compose whe the application starts and stop it when the JVM exits
198+
* `start-and-stop` - Start Docker Compose when the application starts and stop it when the JVM exits
199199

200200
In addition you can use the configprop:spring.docker.compose.start.command[] property to change whether `docker compose up` or `docker compose start` is used.
201201
The configprop:spring.docker.compose.stop.command[] allows you to configure if `docker compose down` or `docker compose stop` is used.

0 commit comments

Comments
 (0)