keycloak: Fix startup command

This commit is contained in:
saibotk 2023-12-04 19:11:44 +01:00
parent b143d59b1f
commit 0484e209b6
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -53,7 +53,7 @@ services:
{{ proxy_network }}:
{% 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
database: