Skip to content

Instantly share code, notes, and snippets.

@wgebis
Created September 18, 2018 07:10
Show Gist options
  • Save wgebis/84f1212e6329f86a5ee424549a59c48b to your computer and use it in GitHub Desktop.
Save wgebis/84f1212e6329f86a5ee424549a59c48b to your computer and use it in GitHub Desktop.
docker run \
-d \
-p 3000:3000 \
--name=grafana \
-e "GF_SERVER_ROOT_URL=http://grafana.server.name" \
-e "GF_SECURITY_ADMIN_PASSWORD=secret" \
grafana/grafana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment