Skip to content

Commit 770a62d

Browse files
Compose Dev Services guide fixes - suggestions from code review
Co-authored-by: Holly Cummins <[email protected]>
1 parent 4b33988 commit 770a62d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/main/asciidoc/compose-dev-services.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ services:
313313

314314
=== Ignoring Services
315315

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:
317317

318318
[source, yaml]
319319
----
@@ -664,7 +664,7 @@ This allows services to be reused by other applications or subsequent runs of th
664664

665665
You can also configure the timeout for stopping services with the `quarkus.compose.devservices.stop-timeout` property.
666666
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:
668668

669669
[source, text]
670670
----

0 commit comments

Comments
 (0)