Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Specify udp protocol when running with docker (#182)
Browse files Browse the repository at this point in the history
Otherwise apollo/java-ffwd-clients will not show up when running locally.
  • Loading branch information
dmichel1 authored Dec 3, 2019
1 parent 5209465 commit a356c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ __Head over to https://spotify.github.io/ffwd/ for documentation.__
ffwd can be started quickly with docker. This can be useful to run locally when troubleshooting metrics with your service.

```bash
docker run -it -p 19091:19091 -p 19000:19000 -p 8080:8080 spotify/ffwd:latest
docker run -it -p 19091:19091/udp -p 19000:19000 -p 8080:8080 spotify/ffwd:latest
```

# Production Debugging
Expand Down

0 comments on commit a356c14

Please sign in to comment.