mirror of https://github.com/Mai-with-u/MaiBot.git
feat: 增加 docker 部署说明
parent
bbf65d6bc4
commit
74a7563348
|
|
@ -5,7 +5,7 @@ PORT=8080
|
||||||
PLUGINS=["src2.plugins.chat"]
|
PLUGINS=["src2.plugins.chat"]
|
||||||
|
|
||||||
# 默认配置
|
# 默认配置
|
||||||
MONGODB_HOST=127.0.0.1
|
MONGODB_HOST=127.0.0.1 # 如果工作在Docker下,请改成 MONGODB_HOST=mongodb
|
||||||
MONGODB_PORT=27017
|
MONGODB_PORT=27017
|
||||||
DATABASE_NAME=MegBot
|
DATABASE_NAME=MegBot
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue