From 26130c3c3c69e716d15d04267c356aa91f581615 Mon Sep 17 00:00:00 2001 From: Stephan Classen Date: Mon, 13 Nov 2017 11:01:35 +0100 Subject: [PATCH] fix copy paste error --- server_installation/topics/profiles.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_installation/topics/profiles.adoc b/server_installation/topics/profiles.adoc index b644b604c7..297b8f4267 100644 --- a/server_installation/topics/profiles.adoc +++ b/server_installation/topics/profiles.adoc @@ -83,7 +83,7 @@ To enable a specific feature start the server with: [source] ---- -bin/standalone.sh|bat -Dkeycloak.profile.feature.=disabled +bin/standalone.sh|bat -Dkeycloak.profile.feature.=enabled ---- For example to enable Docker use `-Dkeycloak.profile.feature.docker=enabled`.