Skip to content

Commit 7822700

Browse files
refactor: 完善文档
1 parent 13e3a38 commit 7822700

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/installation/online_installtion.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,23 @@
4444
dataease/sqlbot
4545
```
4646

47+
如果需要使用 MCP 功能的话,在启动命令中加上 SERVER_IMAGE_HOST 参数,注意将 IP 和端口替换成自己的实际 IP 和端口:
48+
```
49+
docker run -d \
50+
--name sqlbot \
51+
--restart unless-stopped \
52+
-p 8000:8000 \
53+
-p 8001:8001 \
54+
-e SERVER_IMAGE_HOST=http://47.92.75.231:8001/images/ \
55+
-v data/sqlbot/excel:/opt/sqlbot/data/excel \
56+
-v ./data/sqlbot/file:/opt/sqlbot/data/file \
57+
-v data/sqlbot/images:/opt/sqlbot/images \
58+
-v data/sqlbot/logs:/opt/sqlbot/logs \
59+
-v data/postgresql:/var/lib/postgresql/data \
60+
--privileged=true \
61+
dataease/sqlbot
62+
```
63+
4764
# 4 登录访问
4865

4966
!!! Abstract ""

0 commit comments

Comments
 (0)