云盘服务Zfile
效果预览

拉取命令
# 创建所有必要的子目录(确保路径层级完整)
mkdir -p /home/service/zfile/conf/db \
/home/service/zfile/conf/logs \
/home/service/zfile/data/file
# 运行官方镜像并挂载自定义路径
docker run -d --name=zfile --restart=always \
-p 8080:8080 \
-v /home/service/zfile/conf/db:/root/.zfile-v4/db \
-v /home/service/zfile/conf/logs:/root/.zfile-v4/logs \
-v /home/service/zfile/data/file:/data/file \
zhaojun1998/zfile:latest
部署成功后访问:http:<服务器ip>:8080
进入以下页面代表成功

缺点
默认情况下上传大文件会失败,可能可以调整为允许上传大文件

更多操作:参考文档

浙公网安备 33010602011771号