Minor correction in docs (#24545)

This commit is contained in:
Amal
2020-05-12 01:07:50 +05:30
committed by GitHub
parent 6883626834
commit be2f932cac

View File

@ -203,7 +203,7 @@ services:
#### Modify permissions
The commands below runs bash inside the Grafana container with your volume mapped in. This makes it possible to modify the file ownership to match the new container. Always be careful when modifying permissions.
The commands below run bash inside the Grafana container with your volume mapped in. This makes it possible to modify the file ownership to match the new container. Always be careful when modifying permissions.
```bash
$ docker run -ti --user root --volume "<your volume mapping here>" --entrypoint bash grafana/grafana:5.1.0