File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 * 名称:要创建的 SQLBot 应用的名称。
2020 * 管理员:SQLBot 应用初始化创建的超级管理员用户名。
2121 * 管理员密码:SQLBot 应用初始化创建的超级管理员密码(后续登录系统可以更改)。
22- * 端口:SQLBot 应用的服务端口设置为 8000,MCP 服务端口设置为 8100 。
22+ * 端口:SQLBot 应用的服务端口设置为 8000,MCP 服务端口设置为 8001 。
2323 * 图片服务器地址:**http://xx.xx.xx.xxx:8001/images/**
2424 * 端口外部访问:SQLBot 应用可以使用 IP:PORT 进行访问(SQLBot 应用必须打开外部端口访问)。
2525
Original file line number Diff line number Diff line change 4444 -v ./data/sqlbot/images:/opt/sqlbot/images \
4545 -v ./data/sqlbot/logs:/opt/sqlbot/logs \
4646 -v ./data/postgresql:/var/lib/postgresql/data \
47+ --privileged=true \
4748 dataease/sqlbot:dev-arm
4849 ```
4950
Original file line number Diff line number Diff line change 3939 -v ./data/sqlbot/images:/opt/sqlbot/images \
4040 -v ./data/sqlbot/logs:/opt/sqlbot/logs \
4141 -v ./data/postgresql:/var/lib/postgresql/data \
42+ --privileged=true \
4243 dataease/sqlbot
4344 ```
4445
You can’t perform that action at this time.
0 commit comments