From 6ef3689138d5b3d72e7eb00b5bb29b2ba51120c1 Mon Sep 17 00:00:00 2001 From: Ralf Kirchner Date: Sat, 25 Jun 2022 01:40:36 +0200 Subject: [PATCH] change keycload docker image --- Stack/keycloak.yml | 2 +- templates-2.0.json | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Stack/keycloak.yml b/Stack/keycloak.yml index 7d7a3a2..e0420b4 100644 --- a/Stack/keycloak.yml +++ b/Stack/keycloak.yml @@ -2,7 +2,7 @@ version: "2" services: keycloakstack: - image: quay.io/keycloak/keycloak:latest + image: jboss/keycloak container_name: keycloak environment: - PUID=${PUID} diff --git a/templates-2.0.json b/templates-2.0.json index ce54892..8773761 100644 --- a/templates-2.0.json +++ b/templates-2.0.json @@ -336,11 +336,7 @@ "label": "KEYCLOAK_PASSWORD", "name": "KEYCLOAK_PASSWORD" }, - { - "label": "DB_PASSWORD", - "name": "POSTGRES_PASSWORD" - }, - { + { "label": "POSTGRES_PASSWORD", "name": "POSTGRES_PASSWORD" }, @@ -350,7 +346,7 @@ } ], "logo": "https://dev.ksite.de/rkirchner/PortainerTemplates/raw/branch/master/Images/keycloak.png", - "note": "Default login is admin with a password of password.", + "note": "Default login is admin with the set password: KEYCLOAK_PASSWORD.", "platform": "linux", "repository": { "stackfile": "Stack/keycloak.yml",