Update configuration.adoc (#13400)

Updated command to run the application from build to start.
This commit is contained in:
manojreddy 2022-07-29 06:24:34 -04:00 committed by GitHub
parent 059a132476
commit 7356e1a379
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,7 +192,7 @@ Find available build options either by looking at the https://www.keycloak.org/s
==== Second step: Start Keycloak using `--optimized`
After a successful build, you can start Keycloak and turn off the default startup behavior by invoking the following command:
<@kc.build parameters="--optimized <configuration-options>"/>
<@kc.start parameters="--optimized <configuration-options>"/>
The `--optimized` parameter tells Keycloak to assume a pre-built, already optimized Keycloak image is used. As a result, Keycloak avoids checking for and running a build directly at startup to save the time to walk through this process.
@ -239,4 +239,4 @@ The following are some optimizations performed by the `build` command:
You can read more at the specific https://quarkus.io/guides/reaugmentation[Quarkus guide]
</@tmpl.guide>
</@tmpl.guide>