Skip to content

Commit 2054593

Browse files
author
喜欢葡萄+芝士的妹妹
committed
feat: 修改镜像版本,删除无用脚本
1 parent 1a4d3d6 commit 2054593

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
version: '2'
66
services:
77
JavaScriptCollection:
8-
image: registry.cn-hangzhou.aliyuncs.com/142vip/doc_book:JavaScriptCollection_0.0.1
8+
image: registry.cn-hangzhou.aliyuncs.com/142vip/doc_book:JavaScriptCollection-0.0.1
99
container_name: JavaScriptCollection
1010
hostname: JavaScriptCollection
1111
ports:

scripts/docker_network.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

scripts/encode_test.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

scripts/page_deploy.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#!/usr/bin/env sh
22

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

410
## 提交信息
511
commitInfo=${1}

0 commit comments

Comments
 (0)