Skip to content

Commit

Permalink
envvars adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
augi authored Jan 9, 2024
1 parent bd79fbc commit e2e4a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keycloak/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:
keycloak:
image: keycloak/keycloak:23.0.4
environment:
- KEYCLOAK_USER=admin
- KEYCLOAK_PASSWORD=admin
- KEYCLOAK_ADMIN=admin
- KEYCLOAK_ADMIN_PASSWORD=admin
- KEYCLOAK_IMPORT=/tmp/test-realm.json
volumes:
- ./test-realm.json:/tmp/test-realm.json
Expand Down

0 comments on commit e2e4a7c

Please sign in to comment.