Added manual

Signed-off-by: Marvin Scham <dev@marvinscham.de>
This commit is contained in:
2022-10-15 01:59:26 +02:00
parent 77a09d443c
commit b9ca4bf0f0

View File

@@ -1 +1,11 @@
# Schmökerei Keycloak Theme
Clone into `themes` folder of your Keycloak instance
docker-compose volume mapping example:
```yaml
keycloak:
volumes:
- ./themes:/opt/keycloak/themes
```