Skip to content

Commit

Permalink
Update configuration.adoc (#13417)
Browse files Browse the repository at this point in the history
Updated command to run the application from build to start.

Co-authored-by: manojreddy <73783863+manojreddydeveloper@users.noreply.github.com>
  • Loading branch information
DGuhr and manojreddydeveloper committed Jul 29, 2022
1 parent 68604b7 commit f3a734e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/src/main/server/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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>

0 comments on commit f3a734e

Please sign in to comment.