mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-06-18 18:38:37 +00:00
Update deployment.md
暴露9000端口,否则无法远程访问vnc, 默认密码 MAX8char
This commit is contained in:
parent
9fbd09331c
commit
5b430b1fde
@ -56,6 +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
|
||||||
|
|
||||||
nonebot:
|
nonebot:
|
||||||
build: ./nonebot # 构建nonebot执行环境,Dockerfile见下面的例子
|
build: ./nonebot # 构建nonebot执行环境,Dockerfile见下面的例子
|
||||||
|
Loading…
x
Reference in New Issue
Block a user