Skip to content
Snippets Groups Projects
Commit 8519f518 authored by arthur.yueh's avatar arthur.yueh
Browse files

fix wrong path in the -v parameter

parent 23aa5291
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ Replace variables below to use docker version of this tool ...@@ -41,7 +41,7 @@ Replace variables below to use docker version of this tool
docker run -it --name grafana-backup-tool \ docker run -it --name grafana-backup-tool \
-e GRAFANA_TOKEN={YOUR_GRAFANA_TOKEN} \ -e GRAFANA_TOKEN={YOUR_GRAFANA_TOKEN} \
-e GRAFANA_URL={YOUR_GRAFANA_URL} \ -e GRAFANA_URL={YOUR_GRAFANA_URL} \
-v {YOUR_BACKUP_FOLDER_ON_THE_HOST}:/opt/grafana_backup_tool/_OUTPUT_ \ -v {YOUR_BACKUP_FOLDER_ON_THE_HOST}:/opt/grafana-backup-tool/_OUTPUT_ \
ysde/docker-grafana-backup-tool ysde/docker-grafana-backup-tool
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment