Update deployment.md

This commit is contained in:
Richard Chien
2020-04-19 16:01:28 +08:00
committed by GitHub
parent 5b430b1fde
commit 45f2cd8faf

View File

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