mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-26 15:09:38 +02:00
Fixed typos
This commit is contained in:
parent
bc5634a4f0
commit
3d8a8f8ec1
1 changed files with 4 additions and 4 deletions
|
|
@ -401,17 +401,17 @@ script you ran at `tests/test-graph-rag`.
|
||||||
|
|
||||||
It's best to shut down all Docker containers and volumes.
|
It's best to shut down all Docker containers and volumes.
|
||||||
|
|
||||||
```bash
|
```
|
||||||
docker-compose -f docker-compose-<azure/ollama/claude/vertexai>.yaml down --volumes
|
docker-compose -f docker-compose-<azure/ollama/claude/vertexai>.yaml down --volumes
|
||||||
```
|
```
|
||||||
|
|
||||||
To confirm all Docker containers have been shut down, check that the following list is empty:
|
To confirm all Docker containers have been shut down, check that the following list is empty:
|
||||||
```bash
|
```
|
||||||
docker ps
|
docker ps
|
||||||
```
|
```
|
||||||
|
|
||||||
To confirm all Docker volumens have been removed, check that the following list is empty:
|
To confirm all Docker volumes have been removed, check that the following list is empty:
|
||||||
```bash
|
```
|
||||||
docker volume ls
|
docker volume ls
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue