diff --git a/runtime/src/runtime/mount.py b/runtime/src/runtime/mount.py index 97cfbff..5c07a5e 100644 --- a/runtime/src/runtime/mount.py +++ b/runtime/src/runtime/mount.py @@ -68,6 +68,9 @@ def start_rclone_mount() -> None: "--dir-cache-time", "30s", "--poll-interval", "30s", "--log-level", "INFO", + "--rc", + "--rc-addr 0.0.0.0:5572", + "--rc-no-auth", ] RCLONE_PROCESS = subprocess.Popen( cmd,