[fix:1.16]使用新的脚本结构更新工程;删除无用的脚本;增加Docker Hub编译使用的Hooks文件

This commit is contained in:
2021-01-06 13:53:19 +08:00
parent a6512e84b7
commit 07c953cb4f
29 changed files with 538 additions and 1665 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
version: '3.6'
version: '3.8'
# Docker-Compose 单容器使用参考 YAML 配置文件
# 更多配置参数请参考镜像 README.md 文档中说明
# Docker-Compose 方式启动容器的 YAML 配置文件
# 当前配置仅保证可以启动容器;更多配置参数请参考镜像 README.md 文档中说明
services:
nginx:
image: 'colovu/nginx:latest'
image: 'registry.cn-shenzhen.aliyuncs.com/colovu/nginx:1.16.1'
ports:
- '80:8000'
- '80:8080'