mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-05 19:09:56 -05:00
Merge pull request #8687 from 2403905/issue-8569
bumps keycloak version
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
Enhancement: Bump keycloak
|
||||
|
||||
bumps keycloak version
|
||||
|
||||
https://github.com/owncloud/ocis/pull/8687
|
||||
https://github.com/owncloud/ocis/issues/8569
|
||||
@@ -109,10 +109,10 @@ services:
|
||||
restart: always
|
||||
|
||||
keycloak:
|
||||
image: quay.io/keycloak/keycloak:21.1
|
||||
image: quay.io/keycloak/keycloak:24.0.1
|
||||
networks:
|
||||
ocis-net:
|
||||
command: ["start", "--proxy edge", "--spi-connections-http-client-default-disable-trust-manager=${INSECURE:-false}", "--import-realm"]
|
||||
command: ["start", "--proxy=edge", "--spi-connections-http-client-default-disable-trust-manager=${INSECURE:-false}", "--import-realm"]
|
||||
entrypoint: ["/bin/sh", "/opt/keycloak/bin/docker-entrypoint-override.sh"]
|
||||
volumes:
|
||||
- "./config/keycloak/docker-entrypoint-override.sh:/opt/keycloak/bin/docker-entrypoint-override.sh"
|
||||
|
||||
Reference in New Issue
Block a user