Files
Docker_Compose/4600Pro/qbittorrent/docker-compose.yaml
T
2026-07-25 03:39:17 +08:00

19 lines
456 B
YAML

services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
network_mode: host
restart: always
environment:
- TZ=Asia/Shanghai
- PUID=0
- PGID=0
- WEBUI_PORT=2300
- TORRENTING_PORT=6888
volumes:
# 配置文件
- ./config:/config
# 下载目录
- /volume1/MultiMedia/downloads:/downloads
# 媒体库
- /volume1/MultiMedia:/media