update 26.7.25
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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
|
||||
Reference in New Issue
Block a user