keycloak: Fix startup command
This commit is contained in:
parent
b143d59b1f
commit
0484e209b6
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ services:
|
||||||
{{ proxy_network }}:
|
{{ proxy_network }}:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
command: ["start --auto-build --db=postgres"{% if keycloak_theme_welcome != omit %}, "--spi-theme-welcome-theme={{ keycloak_theme_welcome }}"{% endif %}]
|
command: ["kc.sh start --auto-build --db=postgres"{% if keycloak_theme_welcome != omit %}, "--spi-theme-welcome-theme={{ keycloak_theme_welcome }}"{% endif %}]
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
database:
|
database:
|
||||||
|
|
Loading…
Add table
Reference in a new issue