Created
January 20, 2021 19:13
-
-
Save srimaln91/668e23a2390ca32521b889f3d039b04f to your computer and use it in GitHub Desktop.
Reset Grafana admin password in Docker container
This file contains 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 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