Skip to content

Commit 22eefc9

Browse files
Merge pull request #1028 from king-81/dev
支持统计数据输出,预留27017端口映射
2 parents d45ef07 + 88b3a8c commit 22eefc9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ services:
2525
# - PRIVACY_AGREE=42dddb3cbe2b784b45a2781407b298a1 # 同意EULA
2626
# ports:
2727
# - "8000:8000"
28+
# - "27017:27017"
2829
volumes:
2930
- ./docker-config/mmc/.env:/MaiMBot/.env # 持久化env配置文件
31+
- ./docker-config/mmc/maibot_statistics.html:/MaiMBot/maibot_statistics.html #统计数据输出
3032
- ./docker-config/mmc:/MaiMBot/config # 持久化bot配置文件
3133
- ./data/MaiMBot:/MaiMBot/data # NapCat 和 NoneBot 共享此卷,否则发送图片会有问题
3234
restart: always

0 commit comments

Comments
 (0)