tynor88 / docker-rclone

Docker for Rclone - a command line program to sync files and directories to and from various cloud services.
GNU General Public License v3.0
32 stars 32 forks source link

rclone can't find rclone.conf #12

Closed guillaumelachaud closed 1 year ago

guillaumelachaud commented 5 years ago

The docker image is using /config/rclone.conf whereas rclone is looking for a file at /root/.config/rclone/rclone.conf.

Config file "/root/.config/rclone/rclone.conf" not found - using defaults

erwinkloosterboer commented 5 years ago

Probably because you were logged in as root instead of the user 'abc' which uses the /config/.rclone.conf file. docker exec -ti -u abc rclone /bin/ash -c "rclone config" should give you the config mounted in /config