Skip to content

Commit

Permalink
Update keycloak dev realm
Browse files Browse the repository at this point in the history
  • Loading branch information
hangy committed Nov 13, 2023
1 parent f1320c9 commit 9bda971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ services:
volumes:
- keycloak_data:/opt/keycloak/data
- ./conf/keycloak:/opt/keycloak/data/import
command: start-dev --import-realm
command: start-dev --import-realm --features="account3,declarative-user-profile"
ports:
- "127.0.0.1:${KEYCLOAK_EXPOSE_PORT:-8080}:8080"
networks:
Expand Down

0 comments on commit 9bda971

Please sign in to comment.