下载镜像

下载镜像:gaoyb7/115drive-webd
image

配置容器

version: '3.8'
services:
  115drive-webdav:
    image: gaoyb7/115drive-webdav:latest
    container_name: 115drive_webdav
    ports:
      - "8081:8081"
    restart: unless-stopped
    command: [
      "--host=0.0.0.0",
      "--port=8081",
      "--user=user",
      "--pwd=123456",
      "--uid=xxxxxx",
      "--cid=xxxxxx",
      "--seid=xxxxxx"
    ]

⧉ Copied!

配置UID CID SEID ,WEBDAV登录用户名 密码(根据自己的配置填写)
image


image


挂载115

根据自己的docker配置填写
image


image


image

测速

通个WEBDAV从115网盘下载文件到飞牛测速
PixPin_2024-11-11_10-49-12

补充

关于如何获取 UID CID SEID
手机安装抓包精灵
image
运行后台监控
打开115客户端,随机打开一个视频退出
再次打开抓包精灵
image
获取到:UID CID SEID
image