Skip to content

Commit

Permalink
docs: quickstart: fix docker not exposing api port
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleDev committed Sep 23, 2024
1 parent 3d085ff commit d6bf56f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ This document will guide you on how to get Raccoon server running on your system
Here's a minimal setup that runs Raccoon with `log` publisher.

```bash
$ docker run raystack/raccoon server \
$ docker run --rm -p 8080:8080 \
raystack/raccoon server \
--publisher.type "log" \
--server.websocket.conn.id.header "x-user-id"
```
Expand Down

0 comments on commit d6bf56f

Please sign in to comment.