fix: OpenResty && DataEase 版本回滚
This commit is contained in:
parent
ecfe0084c1
commit
f73e3be82a
|
|
@ -1,7 +1,7 @@
|
||||||
version: '2.1'
|
version: '2.1'
|
||||||
services:
|
services:
|
||||||
dataease:
|
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
|
restart: always
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
openresty:
|
openresty:
|
||||||
image: openresty/openresty:1.25.3.1-0-focal
|
image: openresty/openresty:1.21.4.3-0-focal
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
Loading…
Reference in New Issue