1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-16 19:44:08 +02:00

Updated Setting Up Storage (markdown)

Nick Sweeting
2024-05-08 21:54:17 -07:00
parent 75cb54f882
commit 73a9a681c8

@@ -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
```