Skip to content

Instantly share code, notes, and snippets.

@srimaln91
Created January 20, 2021 19:13
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 srimaln91/668e23a2390ca32521b889f3d039b04f to your computer and use it in GitHub Desktop.
Save srimaln91/668e23a2390ca32521b889f3d039b04f to your computer and use it in GitHub Desktop.
Reset Grafana admin password in Docker container
docker exec -ti <container_name> grafana-cli admin reset-admin-password --homepath /usr/share/grafana mypass@123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment