Skip to content

Commit

Permalink
chore: Docker image usage fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Jan 9, 2024
1 parent e2e4a7c commit 069a3db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions keycloak/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ services:
environment:
- KEYCLOAK_ADMIN=admin
- KEYCLOAK_ADMIN_PASSWORD=admin
- KEYCLOAK_IMPORT=/tmp/test-realm.json
command:
- "start-dev"
- "--import-realm"
volumes:
- ./test-realm.json:/tmp/test-realm.json
- ./test-realm.json:/opt/keycloak/data/import/test-realm.json
ports:
- "8080"

0 comments on commit 069a3db

Please sign in to comment.