Skip to content

Commit

Permalink
[ECS-463] Update Keycloak file to match the new path
Browse files Browse the repository at this point in the history
  • Loading branch information
avdev4j committed Sep 29, 2022
1 parent 27f3a6f commit d6987e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/server/templates/src/main/docker/keycloak.yml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ services:
'-Djboss.socket.binding.port-offset=1000',
]
volumes:
- ./realm-config:/opt/jboss/keycloak/realm-config
- ./keycloak-db:/opt/jboss/keycloak/standalone/data
- ./keycloak/realm-config:/opt/jboss/keycloak/realm-config
- ./keycloak/keycloak-db:/opt/jboss/keycloak/standalone/data
environment:
- KEYCLOAK_USER=admin
- KEYCLOAK_PASSWORD=admin
Expand Down

0 comments on commit d6987e6

Please sign in to comment.