From 73a9a681c87b94dda3e11e562e74cabb1af34779 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 8 May 2024 21:54:17 -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 b57314d..87081ea 100644 --- a/Setting-Up-Storage.md +++ b/Setting-Up-Storage.md @@ -152,7 +152,7 @@ volumes: # install the RClone and FUSE packages on your host apt install rclone fuse # or brew install -# IMPORTANT: allow sharing FUSE volumes between Docker and Host +# IMPORTANT: needed to allow FUSE drives to be shared with Docker echo 'user_allow_other' >> /etc/fuse.conf ```