Getting Started
After generating your configuration:
- Save
docker-compose.ymlto your project directory - If using a proxy, save the proxy config file alongside it
- Run
docker-compose up -dto start the services - Access Keycloak at
http://localhost:8080(or your configured domain)
Default admin credentials are set in the environment variables. Change them for production use.