更新小钢炮docker脚本环境构建教程,新增小钢炮专用创建脚本。

This commit is contained in:
iyuu.cn
2020-03-27 14:22:39 +08:00
parent 44c0bcdeb4
commit ea3f3deaa8
2 changed files with 32 additions and 4 deletions

7
docker/n1.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
cd /root
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