1.docker镜像更新
2.教程地址更新
This commit is contained in:
parent
bb85feb549
commit
45ef20468b
@ -52,7 +52,7 @@
|
||||
|
||||
### 开发部署教程
|
||||
|
||||
* [https://mindskip.gitee.io/xzs-mysql](https://mindskip.gitee.io/xzs-mysql)
|
||||
* [https://www.mindskip.net:889](https://www.mindskip.net:889)
|
||||
|
||||
### 学生系统功能
|
||||
|
||||
|
@ -157,6 +157,6 @@ server {
|
||||
* 管理员端访问地址为:<http://ip:8001/admin>
|
||||
|
||||
```docker
|
||||
docker pull registry.cn-hangzhou.aliyuncs.com/mindskip/xzs:v3.0.6
|
||||
docker run -d --name xzs --privileged -it -d -p 8001:8001 registry.cn-hangzhou.aliyuncs.com/mindskip/xzs:v3.0.6 /usr/sbin/init
|
||||
docker pull registry.cn-hangzhou.aliyuncs.com/mindskip/xzs:v3.2.0
|
||||
docker run -d --name xzs --privileged -it -d -p 8001:8001 -v /etc/localtime:/etc/localtime:ro registry.cn-hangzhou.aliyuncs.com/mindskip/xzs:v3.2.0 /usr/sbin/init
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user