20.x custom theme loading fix #13

Closed
opened 2022-11-23 15:33:02 +00:00 by decentral1se · 1 comment
Owner

Most likely v17.x custom themes are broken so leaving this open for now.

diff --git a/compose.yml b/compose.yml
index c0062b6..ac855c5 100644
--- a/compose.yml
+++ b/compose.yml
@@ -28,7 +28,7 @@ services:
       retries: 10
       start_period: 1m
     volumes:
-      - "themes:/opt/jboss/keycloak/themes"
+      - "themes:/opt/keycloak/themes"
     depends_on:
       - mariadb
     deploy:
Most likely v17.x custom themes are broken so leaving this open for now. ```diff diff --git a/compose.yml b/compose.yml index c0062b6..ac855c5 100644 --- a/compose.yml +++ b/compose.yml @@ -28,7 +28,7 @@ services: retries: 10 start_period: 1m volumes: - - "themes:/opt/jboss/keycloak/themes" + - "themes:/opt/keycloak/themes" depends_on: - mariadb deploy: ```
Owner

closed by 6a085e0546

closed by https://git.coopcloud.tech/coop-cloud/keycloak/commit/6a085e0546732766f9a46730e6274766a536b051
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/keycloak#13
No description provided.