mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-11 13:12:18 +00:00
doc: update doc (#1528)
This commit is contained in:
parent
a7d62eaeb5
commit
474d3166c7
@ -24,6 +24,7 @@ docker pull tugraph/tugraph-runtime-centos7:latest
|
|||||||
docker run -it -d -p 7001:7001 -p 7070:7070 -p 7687:7687 -p 8000:8000 -p 8888:8888 -p 8889:8889 -p 9090:9090 \
|
docker run -it -d -p 7001:7001 -p 7070:7070 -p 7687:7687 -p 8000:8000 -p 8888:8888 -p 8889:8889 -p 9090:9090 \
|
||||||
-v /root/tugraph/data:/var/lib/lgraph/data -v /root/tugraph/log:/var/log/lgraph_log \
|
-v /root/tugraph/data:/var/lib/lgraph/data -v /root/tugraph/log:/var/log/lgraph_log \
|
||||||
--name tugraph_demo tugraph/tugraph-runtime-centos7:latest /bin/bash
|
--name tugraph_demo tugraph/tugraph-runtime-centos7:latest /bin/bash
|
||||||
|
docker exec -d tugraph_demo bash /setup.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
The default port for the bolt protocol is `7687`, and DB-GPT accesses TuGraph through this port via `neo4j` python client.
|
The default port for the bolt protocol is `7687`, and DB-GPT accesses TuGraph through this port via `neo4j` python client.
|
||||||
|
Loading…
Reference in New Issue
Block a user