This commit is contained in:
yanyongyu 2020-04-20 13:52:26 +08:00
commit e9fb50eb1b

View File

@ -56,6 +56,7 @@ services:
- CQHTTP_WS_REVERSE_EVENT_URL=ws://nonebot:8080/ws/event/
depends_on:
- nonebot
ports: 9000:9000 # noVNC 端口,用于从浏览器控制 酷Q
nonebot:
build: ./nonebot # 构建nonebot执行环境Dockerfile见下面的例子