Skip to content

Instantly share code, notes, and snippets.

@tnishada
Created May 1, 2022 10:43
Show Gist options
  • Save tnishada/e50f36033aea47ad9925fdb4d4096b5a to your computer and use it in GitHub Desktop.
Save tnishada/e50f36033aea47ad9925fdb4d4096b5a to your computer and use it in GitHub Desktop.
docker run --name keycloak_auto_build -p 8080:8080 \
-e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=change_me \
quay.io/keycloak/keycloak:latest \
start \
--auto-build --hostname=hexadefence.com \
--db=postgres --features=token-exchange \
--db-url=<JDBC-URL> \
--db-username=<DB-USER> --db-password=<DB-PASSWORD> \
--https-key-store-file=<file> --https-key-store-password=<password>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment