From fa2dc580a7394b1317ed0115b20aecf10f2018ee Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi <41103328+SwikritiT@users.noreply.github.com> Date: Thu, 28 Dec 2023 15:34:34 +0545 Subject: [PATCH] docs: fix the init path in the docs (#691) Signed-off-by: Swikriti Tripathi --- modules/ROOT/pages/deployment/container/container-setup.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/deployment/container/container-setup.adoc b/modules/ROOT/pages/deployment/container/container-setup.adoc index 44811184..fb85d296 100644 --- a/modules/ROOT/pages/deployment/container/container-setup.adoc +++ b/modules/ROOT/pages/deployment/container/container-setup.adoc @@ -232,7 +232,7 @@ docker run --rm -it \ On success, you will see a message like: -:init_path: /etc/ocis/ocis-config/ocis.yaml +:init_path: /etc/ocis/ocis.yaml include::partial$deployment/ocis_init.adoc[] @@ -242,7 +242,7 @@ If you get an error message like the following: [source,plaintext] ---- -Could not create config: config in /etc/ocis/ocis-config/ocis.yaml already exists +Could not create config: config in /etc/ocis/ocis.yaml already exists ---- you already have created a configuration once. As you cannot overwrite the existing configuration, you must delete the old configuration first to proceed. For more details, see: xref:deployment/general/general-info.adoc#initialize-infinite-scale[Initialize Infinite Scale].