1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-18 20:31:38 +02:00

Updated Setting Up Storage (markdown)

Nick Sweeting
2024-04-25 04:22:02 -07:00
parent f23abba977
commit 21bf21dc95

@@ -201,6 +201,15 @@ 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). `-v /opt/archivebox/data/archive:/data/archive`
`docker-compose.yml`:
```yaml
services:
archivebox:
volumes:
- ./data:/data
- /opt/archivebox/data/archive:/data/archive
```
<br/>
#### Option B: Running RClone with Docker Storage Plugin