Docker container using rclone and cron to sync multiple shares
1.3K
Docker compose config:
services
rclone:
image: pythonunitednl/rclone-multiple-shares
volumes:
- ./config/rclone_mapping.json:/config/mapping.json
- ./config/rclone.conf:/config/rclone.conf
- ./sync/:/opt/sync
environment:
CRON_SCHEDULE: ${CRON_SCHEDULE:-*/5 * * * *}
See Github repo for docs: https://github.com/PythonUnited/rclone-multiple-shares
Content type
Image
Digest
sha256:281606a37…
Size
40.6 MB
Last updated
over 2 years ago
docker pull pythonunitednl/rclone-multiple-shares