feat: 更新compose样例文件
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
# 定义本地数据卷,由系统管理,需要手动删除
|
||||
|
||||
Reference in New Issue
Block a user