From 68e128e5cd64f0eecdf1e2c3de7af66850ff9ef6 Mon Sep 17 00:00:00 2001
From: "iyuu.cn" <367013672@qq.com>
Date: Sun, 26 Apr 2020 22:13:22 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E9=92=A2=E7=82=AE=E5=AE=89=E8=A3=85?=
 =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=B7=BB=E5=8A=A0/BT=5Fbackup=E7=9B=AE?=
 =?UTF-8?q?=E5=BD=95=E6=8C=82=E8=BD=BD=E8=87=B3docker?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 docker/n1.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/n1.sh b/docker/n1.sh
index af749ef..1ff60c8 100644
--- a/docker/n1.sh
+++ b/docker/n1.sh
@@ -4,5 +4,5 @@ git clone https://gitee.com/ledc/IYUUAutoReseed.git
 cd /root/IYUUAutoReseed/docker
 chmod +x ./*.sh
 docker build -t iyuu:latest .
-docker run -it -v /root/IYUUAutoReseed:/var/www -p 8510:9000 --network bridge --name IYUUAutoReseed --restart always -d iyuu:latest
+docker run -it -v /root/IYUUAutoReseed:/var/www -v /var/lib/qbittorrent/.local/share/data/qBittorrent/BT_backup:/BT_backup -p 8510:9000 --network bridge --name IYUUAutoReseed --restart always -d iyuu:latest
 ./iyuu.sh
\ No newline at end of file