Skip to content

Commit f0111ec

Browse files
committed
rhcs-dashboard/ceph-dev: Corrected Keycloak image reference in configuration
Fixes: #90 Signed-off-by: Ankit Kumar <51ankitkp@gmail.com
1 parent 98a0ee1 commit f0111ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ services:
151151
- '--config.file=/etc/alertmanager/config.yml'
152152

153153
keycloak:
154-
image: ${KEYCLOAK_IMAGE:-jboss/keycloak:11.0.3}
154+
image: ${KEYCLOAK_IMAGE:-quay.io/keycloak/keycloak:26.1}
155155
container_name: keycloak
156156
hostname: keycloak
157157
ports: ['${KEYCLOAK_HOST_HTTP_PORT:-8080}:8080', '${KEYCLOAK_HOST_HTTPS_PORT:-8443}:8443']

0 commit comments

Comments
 (0)