Skip to content

Instantly share code, notes, and snippets.

@tnishada
Created May 1, 2022 10:53
Show Gist options
  • Save tnishada/c074b828bbb5cf20c5b8084e2fc18696 to your computer and use it in GitHub Desktop.
Save tnishada/c074b828bbb5cf20c5b8084e2fc18696 to your computer and use it in GitHub Desktop.
docker run --rm --name keycloak_auto_build -p 8080:8080 \
-e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin \
quay.io/keycloak/keycloak:latest \
start \
--auto-build \
--db=dev-mem --hostname localhost:8080 --http-enabled true \
--hostname-strict-https false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment