Skip to content

Instantly share code, notes, and snippets.

@madhur
Last active September 11, 2019 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madhur/98695e40b1b7ddae92f7529f4a2d8928 to your computer and use it in GitHub Desktop.
Save madhur/98695e40b1b7ddae92f7529f4a2d8928 to your computer and use it in GitHub Desktop.
graphite-statsd docker
version: '3'
services:
graphite-statsd:
image: graphiteapp/docker-graphite-statsd
ports:
- 2003-2004:2003-2004
- 2023-2024:2023-2024
- 8125:8125/udp
- 8126:8126
- 80:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment