You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/docker-compose.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ The following values are supported:
195
195
196
196
* `none` - Do not start or stop Docker Compose
197
197
* `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
199
199
200
200
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.
201
201
The configprop:spring.docker.compose.stop.command[] allows you to configure if `docker compose down` or `docker compose stop` is used.
0 commit comments