qbittorrent

加载器

[开源地址]https://github.com/qbittorrent/qBittorrenta)

快速启动

---
services:
    qbittorrent:
        image: lscr.io/linuxserver/qbittorrent:latest
        container_name: qbittorrent
        network_mode: host
        environment:
            - PUID=0
            - PGID=0
            - TZ=Asia/Shanghai
            - WEBUI_PORT=8080
            - TORRENTING_PORT=6881
        volumes:
            - ./config:/config
            - ./downloads:/downloads
        restart: unless-stopped