We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45bb386 commit a4e686fCopy full SHA for a4e686f
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.3
+ image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.5.4
45
container_name: cmdb-api
46
env_file:
47
- .env
@@ -85,7 +85,7 @@ services:
85
test: "ps aux|grep -v grep|grep -v '1 root'|grep gunicorn || exit 1"
86
87
cmdb-ui:
88
- image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.5.3
+ image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.5.4
89
container_name: cmdb-ui
90
depends_on:
91
0 commit comments