wy580477 / Leech-AIO-APP-EX

All Downloaders with Rclone auto-upload & Telegram notification on Docker | Docker 全能下载 APP + Rclone 自动上传 + 电报任务完成通知
187 stars 186 forks source link

Unable to mount getting this error #95

Closed BeastAnimation361 closed 1 year ago

BeastAnimation361 commented 1 year ago

image

wy580477 commented 1 year ago

Running rclone mount inside container is very complex. I would rather run another rclone outside the container.

You can try to add following options to container. I don't know whether this would work since I haven't tried to run rclone mount inside container. If you have more quesions, I suggest you seek help from rclone community.

--cap-add SYS_ADMIN \
--device /dev/fuse \
--security-opt apparmor:unconfined \