mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 03:12:13 +08:00
Docs: fix missing @
in GF_PLUGINS_PREINSTALL
example (#101908)
Docs: fix missing `@` in `GF_PLUGINS_PREINSTALL`
This commit is contained in:
@ -150,7 +150,7 @@ To install plugins in the Docker container, complete the following steps:
|
||||
|
||||
```bash
|
||||
docker run -d -p 3000:3000 --name=grafana \
|
||||
-e "GF_PLUGINS_PREINSTALL=grafana-clock-panel 1.0.1" \
|
||||
-e "GF_PLUGINS_PREINSTALL=grafana-clock-panel@1.0.1" \
|
||||
grafana/grafana-enterprise
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user