能支持docker部署吗? #21
kokojacket
started this conversation in
General
Replies: 3 comments
-
|
部署方式和 rclone 一样,官方有 docker 镜像 rclone/rclone 可以直接使用,然后按照 说明 配置即可 注意,即使使用 docker 部署,你仍然需要配置反向代理和 https 证书 |
Beta Was this translation helpful? Give feedback.
0 replies
This comment has been hidden.
This comment has been hidden.
-
|
提供一个命令行供参考 docker run -d --rm -v $HOME/.config/rclone:/config/rclone -p 127.0.0.1:5572:5572 rclone/rclone rcd --rc-serve --rc-user=用户名 --rc-pass=密码 --rc-addr=0.0.0.0:5572 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
小白一枚,不会代码。求支持docker部署
Beta Was this translation helpful? Give feedback.
All reactions