Skip to content

Commit 35f971f

Browse files
committed
Update readme
1 parent e20343e commit 35f971f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ You can either download the plugin manually and unzip it into the plugin directo
3838
Run `grafana` container with the env variable:
3939

4040
```bash
41-
docker run -p 3000:3000 -e GF_INSTALL_PLUGINS="https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.5-beta.1/quickwit-quickwit-datasource-0.5-beta.1.zip;quickwit-quickwit-datasource" grafana/grafana run
41+
docker run -p 3000:3000 -e GF_INSTALL_PLUGINS="https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.5-beta.2/quickwit-quickwit-datasource-0.5-beta.2.zip;quickwit-quickwit-datasource" grafana/grafana run
4242
```
4343

4444
Or download the plugin manually and start Grafana
4545

4646
```bash
47-
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.5-beta.1/quickwit-quickwit-datasource-0.5-beta.1.zip
47+
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.5-beta.2/quickwit-quickwit-datasource-0.5-beta.2.zip
4848
mkdir -p plugins
4949
unzip quickwit-quickwit-datasource-0.5-beta.1.zip -d plugins/quickwit-quickwit-datasource-0.5-beta.1
5050
docker run -p 3000:3000 -e GF_PATHS_PLUGINS=/data/plugins -v ${PWD}/plugins:/data/plugins grafana/grafana run

0 commit comments

Comments
 (0)