Skip to content

Commit

Permalink
feat: 修改镜像版本,删除无用脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
chufan443 committed Feb 9, 2023
1 parent 1a4d3d6 commit 2054593
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: '2'
services:
JavaScriptCollection:
image: registry.cn-hangzhou.aliyuncs.com/142vip/doc_book:JavaScriptCollection_0.0.1
image: registry.cn-hangzhou.aliyuncs.com/142vip/doc_book:JavaScriptCollection-0.0.1
container_name: JavaScriptCollection
hostname: JavaScriptCollection
ports:
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 功能:设置docker自定义network,并指定网关、IP范围
## 参考:https://blog.csdn.net/Dontla/article/details/125210694
## 作者:Rong姐姐好可爱
## 作者:Chu Fan
## 使用示例:bash xxx.sh 容器名称 镜像地址
##

Expand Down
11 changes: 0 additions & 11 deletions scripts/encode_test.sh

This file was deleted.

6 changes: 6 additions & 0 deletions scripts/page_deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/usr/bin/env sh

## 功能:github等平台推送脚本
## 参考:https://blog.csdn.net/Dontla/article/details/125210694
## 作者:Chu Fan
## 使用示例:bash xxx.sh "提交的信息"
##


## 提交信息
commitInfo=${1}
Expand Down

0 comments on commit 2054593

Please sign in to comment.