Skip to content

Commit eac736b

Browse files
authored
Removed feature override so KC_FEATURES environment variable is used instead (#1232)
Signed-off-by: Sebastian Schuster <[email protected]>
1 parent 2f04f6d commit eac736b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
LDAP_PORT_NUMBER: 389
1616
keycloak:
1717
image: quay.io/keycloak/keycloak:26.2.5
18-
command: --verbose start-dev --features=preview
18+
command: --verbose start-dev
1919
depends_on:
2020
- postgres
2121
- openldap

0 commit comments

Comments
 (0)