Created
September 18, 2018 07:10
-
-
Save wgebis/84f1212e6329f86a5ee424549a59c48b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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