Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dovydasvenckus authored and Bruno Oliveira da Silva committed Dec 4, 2019
1 parent 46b69ff commit 345def3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ For example you can start Keycloak via docker with:

You can then get the export from this instance by running (notice we use `-Djboss.socket.binding.port-offset=100` so that the export runs on a different port than Keycloak itself):

docker exec -it kc keycloak/bin/standalone.sh \
docker exec -it kc /opt/jboss/keycloak/bin/standalone.sh \
-Djboss.socket.binding.port-offset=100 -Dkeycloak.migration.action=export \
-Dkeycloak.migration.provider=singleFile \
-Dkeycloak.migration.realmName=my_realm \
Expand Down

0 comments on commit 345def3

Please sign in to comment.