共计 606 个字符,预计需要花费 2 分钟才能阅读完成。
version: '3.8'
services:
xunlei:
image: docker.20040311.xyz/cnk3x/xunlei:latest
container_name: xunlei
hostname: xunlei
privileged: true
restart: unless-stopped
network_mode: bridge
ports:
- "3456:2345"
environment:
- XL_DASHBOARD_IP=0.0.0.0
- XL_DASHBOARD_USERNAME=admin
- XL_DASHBOARD_PASSWORD=3344521
- XL_DIR_DOWNLOAD=/xunlei/downloads
- XL_DIR_DATA=/xunlei/data
- XL_UID=1000
- XL_GID=1000
- XL_PREVENT_UPDATE=true
- XL_CHROOT=/xunlei
- XL_DEBUG=false
volumes:
- /vol1/1000/docker/xunlei/data:/xunlei/data
- /vol2/1000/Downloads/Downloadsxunlei:/xunlei/downloads
labels:
icon: https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Xunlei_A.png
正文完
发表至: Docker备份
2025-11-21