Skip to content

Instantly share code, notes, and snippets.

@jwalgemoed
Last active February 22, 2024 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwalgemoed/37c5815555256f62bbbc17c9db9432c2 to your computer and use it in GitHub Desktop.
Save jwalgemoed/37c5815555256f62bbbc17c9db9432c2 to your computer and use it in GitHub Desktop.
KeycloakContainer().withAdminPassword("admin").withAdminUsername("admin").apply {
portBindings = listOf("8081:8080")
}.start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment