Skip to content

Commit aaaf67c

Browse files
committed
review edits
1 parent 7e66bc9 commit aaaf67c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/manuals/engine/storage/volumes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -568,10 +568,10 @@ configurable options, you specify each of them using an `-o` flag.
568568
$ docker volume create \
569569
-d rclone \
570570
--name rclonevolume \
571-
-o type=sftp
572-
-o path=remote
573-
-o sftp-host=1.2.3.4
574-
-o sftp-user=user
571+
-o type=sftp \
572+
-o path=remote \
573+
-o sftp-host=1.2.3.4 \
574+
-o sftp-user=user \
575575
-o "sftp-password=$(cat file_containing_password_for_remote_host)"
576576
```
577577

0 commit comments

Comments
 (0)