Docs: fix missing @ in GF_PLUGINS_PREINSTALL example (#101908)

Docs: fix missing `@` in `GF_PLUGINS_PREINSTALL`
This commit is contained in:
Mike Nolta
2025-03-11 07:24:33 -04:00
committed by GitHub
parent 3adb12fb56
commit 79d079b638

View File

@ -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
```