Add readme

feat/theme-v2
Benjamin Bädorf 2022-11-27 02:50:14 +01:00
parent 908f0ac33a
commit 0acd048088
No known key found for this signature in database
GPG Key ID: 4406E80E13CD656C
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# pub.solar Keycloak theme
To start a dev keycloak instance that can show the theme.
```
docker run \
--name keycloak-theme-dev \
-p 8080:8080 \
-e KEYCLOAK_ADMIN=admin \
-e KEYCLOAK_ADMIN_PASSWORD=admin \
-v $(pwd):/opt/keycloak/themes/pub.solar \
quay.io/keycloak/keycloak:20.0.1 \
start-dev
```