From 75cb54f88220b8165d6488af41e2e843f1d7dc72 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 8 May 2024 21:52:58 -0700 Subject: [PATCH] Updated Setting Up Storage (markdown) --- Setting-Up-Storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setting-Up-Storage.md b/Setting-Up-Storage.md index 1657a03..b57314d 100644 --- a/Setting-Up-Storage.md +++ b/Setting-Up-Storage.md @@ -152,14 +152,14 @@ volumes: # install the RClone and FUSE packages on your host apt install rclone fuse # or brew install -# allow sharing FUSE volumes between Docker and Host +# IMPORTANT: allow sharing FUSE volumes between Docker and Host echo 'user_allow_other' >> /etc/fuse.conf ``` Then define your remote storage config `~/.config/rclone/rclone.conf`: > [!TIP] -> You can also create it using the RClone Web GUI: `rclone rcd --rc-web-gui` +> You can also create `rclone.conf` using the RClone Web GUI: `rclone rcd --rc-web-gui` ```ini # Example rclone.conf using Amazon S3 for storage: