Skip to content

Instantly share code, notes, and snippets.

@leozz37
Created September 19, 2020 14:58
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 leozz37/c84de14b97c35b244d5e439467146cc1 to your computer and use it in GitHub Desktop.
Save leozz37/c84de14b97c35b244d5e439467146cc1 to your computer and use it in GitHub Desktop.
Grafana Custom Docker Image
FROM grafana/grafana
EXPOSE 3000
ENTRYPOINT [ "/run.sh" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment