build with enabled metrics
This commit is contained in:
parent
b35171735f
commit
af863edfa6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec s6-setuidgid keycloak /home/keycloak/server/bin/kc.sh start \
|
||||
--metrics-enabled true \
|
||||
--optimized \
|
||||
--db-url-host "$DB_HOST" \
|
||||
--db-url-database "${DB_NAME:-keycloak}" \
|
||||
|
@ -9,5 +8,6 @@ exec s6-setuidgid keycloak /home/keycloak/server/bin/kc.sh start \
|
|||
--db-password "$DB_PASSWORD" \
|
||||
--hostname "$HOSTNAME" \
|
||||
--http-enabled true \
|
||||
--metrics-enabled true \
|
||||
--hostname-strict-backchannel=true \
|
||||
--proxy edge
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue