From 45ef20468b3920463aeda092a9de2c3a71efbfb4 Mon Sep 17 00:00:00 2001 From: mindskip Date: Mon, 1 Feb 2021 10:01:11 +0800 Subject: [PATCH] =?UTF-8?q?1.docker=E9=95=9C=E5=83=8F=E6=9B=B4=E6=96=B0=20?= =?UTF-8?q?2.=E6=95=99=E7=A8=8B=E5=9C=B0=E5=9D=80=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- docs/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 64f94ef..8939d59 100644 --- a/README.md +++ b/README.md @@ -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) ### 学生系统功能 @@ -73,7 +73,7 @@ * 卷题管理: 1. 试卷列表:试卷的增删改查,新增包含选择学科、试卷类型、试卷名称、考试时间,试卷内容包含添加大标题,然后添加题目到此试卷中,组成一套完整的试卷 2. 题目列表:题目的增删改查,目前题型包含单选题、多选题、判断题、填空题、简单题,支持图片、公式等。 -* 任务管理:对任务进行修改 +* 任务管理:对任务进行修改 * 教育管理:对不同年级的学科进行增删改查 * 消息中心:可以对多个用户进行消息发送 * 日志中心:用户的基本操作进行日志记录,了解用户使用过情况 diff --git a/docs/README.md b/docs/README.md index 0748c9a..662e559 100644 --- a/docs/README.md +++ b/docs/README.md @@ -157,6 +157,6 @@ server { * 管理员端访问地址为: ```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 ```