mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-29 01:56:13 +08:00
fix: OpenResty && DataEase 版本回滚
This commit is contained in:
parent
0d20ba8c76
commit
fa06fdf145
@ -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
Block a user