We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801620e commit 033bf2dCopy full SHA for 033bf2d
docker-compose.yml
@@ -10,7 +10,7 @@ services:
10
keycloak:
11
# Starting with Keycloak 17, Keycloak is now powered by Quarkus and no longer WildFly
12
# This requires slight changes to the configuration, see https://www.keycloak.org/migration/migrating-to-quarkus
13
- image: quay.io/keycloak/keycloak:18.0.2
+ image: quay.io/keycloak/keycloak:26.1.3
14
command: [ 'start-dev --http-relative-path /auth --import-realm --auto-build' ]
15
environment:
16
- KEYCLOAK_DB=dev-file
0 commit comments