Update deployment.md

暴露9000端口,否则无法远程访问vnc,   默认密码 MAX8char
This commit is contained in:
jw-star 2020-04-18 21:45:50 +08:00 committed by GitHub
parent 9fbd09331c
commit 5b430b1fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ services:
- CQHTTP_WS_REVERSE_EVENT_URL=ws://nonebot:8080/ws/event/
depends_on:
- nonebot
ports: 9000:9000
nonebot:
build: ./nonebot # 构建nonebot执行环境Dockerfile见下面的例子