Open Processoriented opened 5 years ago
Quick update on this... I was able to work around the issue by pushing my rclone.conf into the container, but I would still love to know why it didn't work setting the password in the env file.
It might be related to this issue upstream: https://github.com/rclone/rclone/issues/2265
Having a bit of trouble getting rclone to create a file system for sftp... Since the container is running on my NAS inside my home network, and I am still a bit unfamiliar with docker's secrets functionality, I figured I would just put my password in the RCLONE_CONFIG_MYSFTP_PASS environment variable, but when I try this, I get the following error...
in my env file I have the following:
Did I miss something? Or do I need to spend some time learning docker secrets before getting this to work?