xunlei

提取自群晖平台的迅雷下载套件,用在其他Linux机器上的迅雷远程下载服务

开源地址

快速启动

version: "3.9"

services:
  xunlei:
    container_name: xunlei
    network_mode: host
    volumes:
      - ./xunlei:/xunlei/data
      - ./downloads:/xunlei/downloads
    environment:
      - XL_DASHBOARD_PORT=8345
      - XL_BA_USER=<user>
      - XL_BA_PASSWORD=<password>
    restart: unless-stopped
    privileged: true
    image: registry.cn-shenzhen.aliyuncs.com/cnk3x/xunlei:latest