Linux hcss-ecs-7b12 6.1.0-22-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.94-1 (2024-06-21) x86_64 GNU/Linux
compose信息
商店里默认安装,有点击 端口外部访问
,机器安全组也有开放相应端口
services:
qbittorrent:
image: linuxserver/qbittorrent:5.0.2
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
environment:
- PUID=1000
- PGID=1000
- UMASK_SET=022
- TZ=${TIME_ZONE}
- WEBUI_PORT=${PANEL_APP_PORT_HTTP}
- TORRENTING_PORT=${PANEL_TORRENTING_PORT}
ports:
- ${PANEL_TORRENTING_PORT}:${PANEL_TORRENTING_PORT}
- ${PANEL_TORRENTING_PORT}:${PANEL_TORRENTING_PORT}/udp
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
volumes:
- ./config:/config
- ./data:/downloads
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true
容器日志
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
Linuxserver.io version: 5.0.2-r0-ls367
Build-date: 2024-12-01T06:55:34+00:00
───────────────────────────────────────
[custom-init] No custom files found, skipping...
qBittorrent.conf 配置信息
[AutoRun]
enabled=false
program=
[LegalNotice]
Accepted=true
[Preferences]
Connection\UPnP=false
Connection\PortRangeMin=6881
Downloads\SavePath=/downloads/
Downloads\ScanDirsV2=@Variant(\0\0\0\x1c\0\0\0\0)
Downloads\TempPath=/downloads/incomplete/
WebUI\Address=*
WebUI\ServerDomains=*