push to version 19.0.1

This commit is contained in:
Sebastian Hugentobler 2022-08-18 09:39:46 +02:00
parent f503742661
commit 1d59b679a8
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
#!/bin/sh
exec s6-setuidgid keycloak /home/keycloak/server/bin/kc.sh start \
--optimized \
--db-url-host "$DB_HOST" \
--db-url-database "${DB_NAME:-keycloak}" \
--db-username "${DB_USER:-keycloak}" \