Skip to content

Commit f7fde7a

Browse files
committed
修改README
1 parent dd17c70 commit f7fde7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ docker-llonebot 可以使你在 Docker 容器中运行 LLOneBot。
1717
如果你在服务器上使用 `docker` 或者和 docker 兼容的服务,只需执行:
1818

1919
```bash
20-
docker run --rm -p 9000:9000 -p 3000:3000 -p 3001:3001 -v `pwd`/qq_app:/opt/QQ -v `pwd`/qq_data:/home/user/.config/QQ -e VNC_GEOMETRY="1280x720" flyqie/docker-llonebot:latest-amd64
20+
docker run -it --rm -p 9000:9000 -p 3000:3000 -p 3001:3001 -v `pwd`/qq_app:/opt/QQ -v `pwd`/qq_data:/home/user/.config/QQ -e VNC_GEOMETRY="1280x720" flyqie/docker-llonebot:latest-amd64
2121
```
2222

2323
即可运行一个 docker-llonebot 实例。运行后,访问 `http://你的IP:9000` 可以打开 noVNC 页面,输入 `MAX8char` 作为密码后即可看到 LLOneBot 已经启动。

0 commit comments

Comments
 (0)