Skip to content

Commit

Permalink
Update bolt_support.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland authored Feb 22, 2024
1 parent 670ff9d commit 4108ddf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bolt_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ You can use our Docker image for this purpose.
docker run -p 6379:6379 -p 7678:7678 -p 3000:3000 -it -e REDIS_ARGS="--requirepass falkordb" -e FALKORDB_ARGS="BOLT_PORT 7678" --rm falkordb/falkordb:latest
```

#### Ports
- 6379 - FalkorDB
- 7678 - Bolt
- 3000 - Falkor-Browser

Additionally, install the necessary BOLT drivers:

```bash
Expand Down

0 comments on commit 4108ddf

Please sign in to comment.