feat: 更新compose及说明文档中版本信息

This commit is contained in:
2023-08-03 11:53:47 +08:00
parent 050083c7fb
commit f2784d8661
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -8,7 +8,7 @@
**版本信息:**
- 1.24.0、latest
- 1.24、latest
**镜像信息:**
@@ -18,6 +18,8 @@
- Colovu Registry: docker.colovu.com/colovu/nginx:latest
- 依赖镜像:colovu/debian:11
> 因 Debian 版本中 libxml2.so.2 库问题,生产版本使用 Debian 11。
> 后续相关命令行默认使用`[Colovu Registry](https://docker.colovu.com)`镜像服务器做说明
## TL;DR
+1 -1
View File
@@ -4,6 +4,6 @@ version: '3.8'
# 当前配置仅保证可以启动容器;更多配置参数请参考镜像 README.md 文档中说明
services:
nginx:
image: 'registry.cn-shenzhen.aliyuncs.com/colovu/nginx:1.24'
image: 'registry.cn-shenzhen.aliyuncs.com/colovu/nginx:latest'
ports:
- '80:8080'