SuperNG6 / Docker-qBittorrent-Enhanced-Edition

Docker-qBittorrent-Enhanced-Edition
https://hub.docker.com/r/superng6/qbittorrentee
710 stars 73 forks source link

安装之后,没有做种选项 #54

Open lin0kin opened 6 months ago

lin0kin commented 6 months ago

你好,请问安装后没有做种相关的选项是怎么回事?

我的compose文件:

version: "2"
services:
  qbittorrentee:
    image: superng6/qbittorrentee
    container_name: qbittorrentee
    environment:
      - PUID=1026
      - PGID=100
      - TZ=Asia/Shanghai
      - WEBUIPORT=12004
    volumes:
      - /opt/stackdata/qnox/config:/config
      - /mnt/downhouse/down:/downloads
    ports:
      # for bittorrent traffic
      - 12003:6881/tcp
      - 12003:6881/udp
      # for WebUI
      - 12004:8082/tcp
    restart: unless-stopped
    networks:
      - compose_network
networks:
  compose_network:
    external: true