We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fad4d1 commit 3162c81Copy full SHA for 3162c81
1 file changed
docker-compose.yml
@@ -41,7 +41,7 @@ services:
41
- redis
42
43
cmdb-api:
44
- image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.5.5
+ image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.6.1
45
container_name: cmdb-api
46
env_file:
47
- .env
@@ -86,7 +86,7 @@ services:
86
test: "ps aux|grep -v grep|grep -v '1 root'|grep gunicorn || exit 1"
87
88
cmdb-ui:
89
- image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.5.5
+ image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.6.1
90
container_name: cmdb-ui
91
depends_on:
92
0 commit comments