Skip to content

Commit

Permalink
[Fix] Fix incorrect path to Keycloak realm export data in docker-comp…
Browse files Browse the repository at this point in the history
…ose.yml.
  • Loading branch information
ledsoft committed Jan 16, 2024
1 parent 4ef10db commit fc54eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/keycloak-auth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ services:
- "8080"
volumes:
- auth-server:/opt/keycloak/data
- ../shared/keycloak:/opt/keycloak/data/import
- ./keycloak:/opt/keycloak/data/import
depends_on:
- auth-server-db

Expand Down

0 comments on commit fc54eb7

Please sign in to comment.