From fe3662b0eb7c70cdf247c6598ebbf75ebdc7fb80 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 25 Apr 2024 04:48:41 -0700 Subject: [PATCH] Updated Setting Up Storage (markdown) --- Setting-Up-Storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting-Up-Storage.md b/Setting-Up-Storage.md index 37fdc87..299f159 100644 --- a/Setting-Up-Storage.md +++ b/Setting-Up-Storage.md @@ -203,7 +203,7 @@ rclone mount See here for full more detailed instructions here: [RClone Documentation: The `rclone mount` command](https://rclone.org/commands/rclone_mount/) > [!TIP] -> You can use any RClone FUSE mounts as a normal volumes (bind mount) for Docker containers, no storage plugin is needed as long as `allow-other` is setup properly. +> You can use any RClone FUSE mounts as a normal volumes (bind mount) for Docker ArchiveBox, no storage plugin is needed as long as `allow-other` is setup properly. `docker run -v $PWD:/data -v /opt/archivebox/data/archive:/data/archive`