Skip to content

Commit

Permalink
Remove unnecessary port forwards in example
Browse files Browse the repository at this point in the history
  • Loading branch information
pkqk committed Nov 22, 2022
1 parent e72ded9 commit 4cda3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bramble config.json
### Docker

```
docker run -p 8082:8082 -p 8083:8083 -p 8084:8084 -v $(PWD)/config.json:/config.json ghcr.io/movio/bramble
docker run -p 8082:8082 -v $(PWD)/config.json:/config.json ghcr.io/movio/bramble
```

## Querying Bramble
Expand Down

0 comments on commit 4cda3a3

Please sign in to comment.