We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d45ef07 + 88b3a8c commit 22eefc9Copy full SHA for 22eefc9
1 file changed
docker-compose.yml
@@ -25,8 +25,10 @@ services:
25
# - PRIVACY_AGREE=42dddb3cbe2b784b45a2781407b298a1 # 同意EULA
26
# ports:
27
# - "8000:8000"
28
+# - "27017:27017"
29
volumes:
30
- ./docker-config/mmc/.env:/MaiMBot/.env # 持久化env配置文件
31
+ - ./docker-config/mmc/maibot_statistics.html:/MaiMBot/maibot_statistics.html #统计数据输出
32
- ./docker-config/mmc:/MaiMBot/config # 持久化bot配置文件
33
- ./data/MaiMBot:/MaiMBot/data # NapCat 和 NoneBot 共享此卷,否则发送图片会有问题
34
restart: always
0 commit comments