Skip to content

Instantly share code, notes, and snippets.

@gravcat
Created July 22, 2018 06:21
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 gravcat/3bbddd00c5ff6c8060d9d88693706884 to your computer and use it in GitHub Desktop.
Save gravcat/3bbddd00c5ff6c8060d9d88693706884 to your computer and use it in GitHub Desktop.
grafana really fast
version: "3"
services:
grafana:
image: grafana/grafana:5.2.1
ports:
- "3000:3000"
environment:
- HTTP_USER=admin
- HTTP_PASS=admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment