Skip to content

Commit

Permalink
docs: fix the init path in the docs (#691)
Browse files Browse the repository at this point in the history
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
  • Loading branch information
SwikritiT authored Dec 28, 2023
1 parent dbbeac8 commit fa2dc58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/deployment/container/container-setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]

Expand All @@ -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].
Expand Down

0 comments on commit fa2dc58

Please sign in to comment.