fix: OpenResty && DataEase 版本回滚
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version: '2.1'
|
||||
services:
|
||||
dataease:
|
||||
image: registry.cn-qingdao.aliyuncs.com/dataease/dataease:v2.3.1
|
||||
image: registry.cn-qingdao.aliyuncs.com/dataease/dataease:v2.3.0
|
||||
restart: always
|
||||
container_name: ${CONTAINER_NAME}
|
||||
ports:
|
||||
@@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
openresty:
|
||||
image: openresty/openresty:1.25.3.1-0-focal
|
||||
image: openresty/openresty:1.21.4.3-0-focal
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
network_mode: host
|
||||
Reference in New Issue
Block a user