version: '3.9' services: qbt: container_name: qbittorrent-nox-seeding image: qbittorrentofficial/qbittorrent-nox # restart: "no" restart: unless-stopped ports: # web ui port - 28211:28211/tcp # for bittorrent traffic - 54701:54701/tcp - 54701:54701/udp environment: - TZ=Asia/Shanghai - UMASK_SET=022 - QBT_EULA=accept - QBT_VERSION=latest - QBT_WEBUI_PORT=28211 tty: true stop_grace_period: 30m tmpfs: - /tmp volumes: - ./config:/config:rw - ./storage:/storage:rw