qbittorrent:
stdin_open: true
tty: true
image: nevinee/qbittorrent:4.3.9
container_name: qbittorrent
environment:
- PUID=1026
- PGID=1000
- TZ=Etc/UTC
- QB_USERNAME=xxx
- QB_PASSWORD=xxx
- WEBUI_PORT=8080
- TORRENTING_PORT=6881
- ENABLE_AUTO_CATEGORY=true
- CATEGORY_OR_TAG=category
- CRON_AUTO_CATEGORY=32 */2 * * *
volumes:
- /volume1/docker/qbittorrent:/data/config:rw
- /volume5/btcache:/data/downloads:rw #optional
ports:
- 7001:8080
- 6881:6881
- 9000:9000
- 32109:32109
- 6881:6881/udp
restart: unless-stopped
不知道该怎么办了