1
0
mirror of https://gitee.com/ledc/IYUUAutoReseed synced 2025-07-08 00:21:52 +00:00

新增docker镜像Arm64v8

This commit is contained in:
iyuu.cn
2020-07-28 03:26:41 +08:00
parent 8b1bd9cdb5
commit 8813afbd73
4 changed files with 26 additions and 0 deletions

4
docker/Arm64v8/build.sh Normal file

@ -0,0 +1,4 @@
#!/bin/sh
docker build -t iyuu:latest .
docker run -it -v /root/config.php:/config.php -v /var/lib/transmission/torrents:/torrents -v /var/lib/qbittorrent/.local/share/data/qBittorrent/BT_backup:/BT_backup --network bridge --name IYUUAutoReseed --restart always -d iyuu:latest
docker exec -it IYUUAutoReseed php iyuu.php