mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-18 04:11:57 +02:00
Updated Setting Up Storage (markdown)
@@ -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
|
||||
|
Reference in New Issue
Block a user