新增站点:葡萄pt

This commit is contained in:
iyuu.cn 2020-02-25 23:30:03 +08:00
parent 17e9a494ee
commit b788ef1245
2 changed files with 8 additions and 1 deletions

View File

@ -462,6 +462,13 @@ return array(
// 如果需要自动辅种,必须配置
'passkey' => '',
),
// pt.sjtu 序号51 葡萄
'pt' => array(
// 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项)
'cookie' => '',
// 如果需要自动辅种,必须配置
'passkey' => '',
),
// 配置文件结束
);

View File

@ -6,4 +6,4 @@ unzip -o ./vendor.zip -d /root/IYUUAutoReseed
rm ./IYUUAutoReseed.zip
rm ./vendor.zip
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 -p 8510:9000 --network bridge --name IYUUAutoReseed --restart always -d iyuu:latest