fix: 解决 dataease 导出数据集错误的问题 (#1628)
This commit is contained in:
parent
c181afd75b
commit
5138b10dd7
|
|
@ -13,6 +13,7 @@ services:
|
|||
- ./custom-drivers:/opt/dataease/custom-drivers
|
||||
- ./data/custom:/opt/dataease/data/custom
|
||||
- ./data/business:/opt/dataease/data/business
|
||||
- ./data/exportData:/opt/dataease/data/exportData
|
||||
environment:
|
||||
PANEL_DB_HOST: ${PANEL_DB_HOST}
|
||||
PANEL_DB_PORT: 3306
|
||||
|
|
|
|||
Loading…
Reference in New Issue