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: docs/src/main/asciidoc/compose-dev-services.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -313,7 +313,7 @@ services:
313
313
314
314
=== Ignoring Services
315
315
316
-
You can configure Compose Dev Services to ignore specific services discovery by adding the `io.quarkus.devservices.compose.ignore` label to the service in your Compose file:
316
+
You can configure Compose Dev Services to not discover specific services by adding the `io.quarkus.devservices.compose.ignore` label to the service in your Compose file:
317
317
318
318
[source, yaml]
319
319
----
@@ -664,7 +664,7 @@ This allows services to be reused by other applications or subsequent runs of th
664
664
665
665
You can also configure the timeout for stopping services with the `quarkus.compose.devservices.stop-timeout` property.
666
666
After the timeout, Compose Dev Services will forcefully stop the services.
667
-
The default timeout is deliberately chosen to be 1 second for fast cleanup, but you can increase it as needed:
667
+
The default timeout is deliberately chosen to be short (1 second) for fast cleanup, but you can increase it as needed:
0 commit comments