侧边栏壁纸
博主头像
JWBlog

走过多少流年才相遇

  • 累计撰写 36 篇文章
  • 累计创建 4 个标签
  • 累计收到 3 条评论

目 录CONTENT

文章目录

qBittorrent

JW
JW
2025-09-07 / 0 评论 / 0 点赞 / 0 阅读 / 0 字 / 正在检测是否收录...
services:
  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: qbittorrent
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - WEBUI_PORT=8080
      - TORRENTING_PORT=6881
    volumes:
      - ./config:/config
      - ./downloads:/downloads #optional
    ports:
      - 8080:8080
      - 12681:6881
      - 12681:6881/udp
    restart: unless-stopped

0

评论区