Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed Jul 9, 2018
1 parent 5d6199b commit e3e0fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ http://127.0.0.1:9123/
#使用初始化脚本初始化数据库
https://github.com/hhyo/archer/tree/master/src/script/init_sql
#准备settings.py文件,修改相关配置项
#启动,tag对应release版本,如1.1.2
#启动,tag对应release版本,如1.1.3
docker run --name archer -v /local_path/settings.py:/opt/archer/archer/settings.py -e NGINX_PORT=9123 -p 9123:9123 -dti registry.cn-hangzhou.aliyuncs.com/lihuanhuan/archer:tag
```
inception镜像: https://dev.aliyun.com/detail.html?spm=5176.1972343.2.12.7b475aaaLiCfMf&repoId=142093
Expand Down
2 changes: 1 addition & 1 deletion sql/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h4 class="modal-title" id="myModalLabel">

<!--底部部分 -->
<div class="row clearfix user-bottom-div">
<p><strong>SQL审核平台</strong>&nbsp;(v1.1.2)</p>
<p><strong>SQL审核平台</strong>&nbsp;(v1.1.3)</p>
</div>
<!-- jQuery (Bootstrap 的 JavaScript 插件需要引入 jQuery,务必先引入jquery js再引入bootstrap js) -->
<script src="{% static 'jquery/jquery.min.js' %}"></script>
Expand Down

0 comments on commit e3e0fc9

Please sign in to comment.