keycloak: Fix for real

They changed how the passed argument is parsed and require each argument as a single string now.
This commit is contained in:
saibotk 2023-12-04 19:29:13 +01:00
parent 0484e209b6
commit 53ecf6c631
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -53,7 +53,7 @@ services:
{{ proxy_network }}:
{% endif %}
command: ["kc.sh start --auto-build --db=postgres"{% if keycloak_theme_welcome != omit %}, "--spi-theme-welcome-theme={{ keycloak_theme_welcome }}"{% endif %}]
command: ["start", "--db=postgres"{% if keycloak_theme_welcome != omit %}, "--spi-theme-welcome-theme={{ keycloak_theme_welcome }}"{% endif %}]
restart: always
database: