feat: 更新compose样例文件

This commit is contained in:
2023-09-16 10:27:08 +08:00
parent 9d35c73a1a
commit dcb4bd8382
+2 -2
View File
@@ -4,11 +4,11 @@ version: '3.8'
# 当前配置仅保证可以启动容器;更多配置参数请参考镜像 README.md 文档中说明
services:
postgres:
image: 'registry.cn-shenzhen.aliyuncs.com/colovu/postgres:12.4'
image: 'registry.cn-shenzhen.aliyuncs.com/colovu/postgres:latest'
ports:
- 5432:5432
environment:
- ALLOW_ANONYMOUS_LOGIN=yes
- ALLOW_ANONYMOUS=yes
- ENV_DEBUG=yes
# 定义本地数据卷,由系统管理,需要手动删除