Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
keycloak:
# Starting with Keycloak 17, Keycloak is now powered by Quarkus and no longer WildFly
# This requires slight changes to the configuration, see https://www.keycloak.org/migration/migrating-to-quarkus
image: quay.io/keycloak/keycloak:18.0.2
image: quay.io/keycloak/keycloak:26.4.5
command: [ 'start-dev --http-relative-path /auth --import-realm --auto-build' ]
environment:
- KEYCLOAK_DB=dev-file
Expand Down