Skip to content

Commit

Permalink
upgrade to keycloak 26
Browse files Browse the repository at this point in the history
  • Loading branch information
PacoVK committed Nov 8, 2024
1 parent 4fac3cb commit 59e4f02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
services:

keycloak:
image: quay.io/keycloak/keycloak:22.0
image: quay.io/keycloak/keycloak:26.0
volumes:
- /etc/localtime:/etc/localtime:ro
- ./dev/scripts/keycloak:/opt/keycloak/data/import
ports:
- "8089:8080"
command:
- start-dev --import-realm
- start-dev
- --import-realm
environment:
- KEYCLOAK_ADMIN=admin
- KEYCLOAK_ADMIN_PASSWORD=admin
Expand Down

0 comments on commit 59e4f02

Please sign in to comment.