From fe7b6f028ce3048dbb9b00b04a3208aa2d0735a0 Mon Sep 17 00:00:00 2001 From: "Alexey A. Leonov" Date: Sun, 14 Jan 2024 15:53:41 +0700 Subject: [PATCH] Updated warning message for the deprecated `-v` option (#319) --- .../get-started/install-node-software/cli/storage-node/page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/node/get-started/install-node-software/cli/storage-node/page.md b/app/node/get-started/install-node-software/cli/storage-node/page.md index 318a6f3d1..5949cfbb8 100644 --- a/app/node/get-started/install-node-software/cli/storage-node/page.md +++ b/app/node/get-started/install-node-software/cli/storage-node/page.md @@ -85,7 +85,7 @@ docker run --rm -e SETUP="true" --mount type=bind,source="",destin ## Step 3. Run the Storage Node {% callout type="warning" %} -**Previous versions of the command that used the rather than the option will not work properly. Copy the updated command below.** +**Previous versions of the command that used the `-v` option rather than the `--mount type=bind` option will not work properly. Copy the updated command below.** {% /callout %} {% tabs %}