We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa8d90 commit e5fbf07Copy full SHA for e5fbf07
infinispan-remote/infinispan-secured-keycloak/docker-compose-no-linux.yaml
@@ -6,7 +6,8 @@ networks:
6
7
services:
8
keycloak:
9
- image: quay.io/keycloak/keycloak
+ # Console fails for 25 and 26, fixed in 15.0.12.Final
10
+ image: quay.io/keycloak/keycloak:24.0
11
ports:
12
- "8080:8080"
13
volumes:
infinispan-remote/infinispan-secured-keycloak/docker-compose.yaml
@@ -2,7 +2,8 @@ version: '3.1'
2
3
4
5
- ./infinispan-keycloak-realm.json:/opt/keycloak/data/import/infinispan-keycloak-realm.json
container_name: keycloak
0 commit comments