1
0
Fork 0

fix: 解决 dataease 导出数据集错误的问题 (#1628)

This commit is contained in:
zhengkunwang 2024-06-21 10:22:51 +08:00 committed by GitHub
parent c181afd75b
commit 5138b10dd7
1 changed files with 1 additions and 0 deletions

View File

@ -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