keycloak: Adjust command arguments to v17
This commit is contained in:
parent
18ca9a696f
commit
a3f9ea4852
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ services:
|
|||
{{ proxy_network }}:
|
||||
{% endif %}
|
||||
|
||||
command: ["-b", "0.0.0.0", "-Dkeycloak.profile.feature.scripts=enabled", "-Dkeycloak.profile.feature.upload_scripts=enabled"]
|
||||
command: ["--features=scripts,upload_scripts"]
|
||||
restart: always
|
||||
|
||||
database:
|
||||
|
|
Loading…
Add table
Reference in a new issue