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:
parent
0484e209b6
commit
53ecf6c631
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue