mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-07 20:15:31 -05:00
11 lines
374 B
Bash
11 lines
374 B
Bash
#! /bin/bash
|
|
docker-compose exec keycloak \
|
|
sh -c "cd /opt/jboss/keycloak && \
|
|
timeout 60 bin/standalone.sh \
|
|
-Djboss.httin/standalone.sh \
|
|
-Djboss.socket.binding.port-offset=100 \
|
|
-Dkeycloak.migration.action=export \
|
|
-Dkeycloak.migration.provider=singleFile \
|
|
-Dkeycloak.migration.realmName=oCIS \
|
|
-Dkeycloak.migration.file=ocis-realm.json"
|