Maktub_Wiki Maktub_Wiki
主站 (opens new window)
  • 服务搭建
  • 网络服务
  • 开源框架
  • 操作系统
  • iOS/MacOS
  • 算法导论(Python)
  • Leetcode
  • 线性代数
主站 (opens new window)
  • 服务搭建
  • 网络服务
  • 开源框架
  • 操作系统
  • iOS/MacOS
  • 算法导论(Python)
  • Leetcode
  • 线性代数
  • 最新部署

    • MoviePilot

      • 基础配置
      • 微信通知
    • Plex

      • 安装
      • 问题修复
    • QBittorrent
      • OneAPI
      • Flare
      • ZerotierOne

        • 自建Planet服务
        • 其他配置
        • Docker环境下Planet离线
      • music_tag_web
      • Rclone多重加密备份
      • Next-Terminal
      • Cloudbeaver
      • Alist
      • Calibre
      • docker迅雷
      • Docker百度网盘
      • home-assistant智能家居中心
      • uptime-kuma服务监控
      • OpenWebUI(openai+联网搜索)
      • CF-DDNS脚本
      • 本地IP拦截
    • 归档

      • Filebrowser
      • ZerotierOne
    • 服务搭建
    • 最新部署
    Maktub_小明
    2023-11-14
    目录

    QBittorrent

    # 说明

    BT,PT下载工具

    # 搭建

    1. 命令行
    docker run -d  --name=qbittorrent --network=host \
        -e PUID=0  -e PGID=0   -e WEBUI_PORT=8081 \
        -v /mnt/disk/docker/qbittorrent/config:/config \
        -v /mnt/down/download:/downloads \
        --restart always linuxserver/qbittorrent:4.4.5
    
    1. docker-compose.yml文件
    version: "3"
    services:
      qbittorrent:
        image: linuxserver/qbittorrent:4.4.5
        restart: always
        network_mode: host
        container_name: qbittorrent    
        volumes:   
          - ./config:/config
          - /mnt/down/download:/downloads
        environment: 
          - UMASK=000
          - PUID=0
          - PGID=0
          - WEBUI_PORT=8081
    
    上次更新: 2025/03/22, 03:52:10
    问题修复
    OneAPI

    ← 问题修复 OneAPI→

    Theme by Vdoing | Copyright © 2021-2025 Maktub_小明 | MIT License
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式