mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 12:32:11 +08:00
Minor correction in docs (#24545)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user