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

Updated Setting Up Storage (markdown)

Nick Sweeting
2024-04-10 03:16:55 -07:00
parent 31ca09cc35
commit f499851f88

@@ -199,7 +199,7 @@ rclone mount --allow-other --uid 911 --gid 911 \
```
> [!TIP]
> You can also pass an Rclone mount created on the host as a normal bind mount volume to Docker containers (without needing the storage plugin below).
> You can also pass an Rclone mount created on the host as a normal bind mount volume to Docker containers (without needing the storage plugin below). `-v /opt/archivebox/data/archive:/data/archive`
<br/>