1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-12 23:44:00 +08:00

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

This commit is contained in:
zhengkunwang 2024-06-21 10:22:51 +08:00 committed by GitHub
parent c181afd75b
commit 5138b10dd7

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