File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ This datasource is dependent upon the SQL Proxy container. https://github.com/sc
18
18
For a quick local setup you can use Docker to run the container. Once Docker is installed run the following to start the container:
19
19
20
20
```
21
- docker run -p 8080:8080 scottlepper/sql-proxy
21
+ docker run -p 8081:8081 scottlepper/sql-proxy
22
22
```
23
23
24
- The proxy will now be running on port 8080 .
24
+ The proxy will now be running on port 8081 .
25
25
26
26
Follow the instructions here to connect to the SQL Proxy: https://github.com/scottlepp/sql-proxy#using-the-proxy
27
27
28
28
## Using the SqlProxy plugin
29
29
30
- In the Grafana Datasource setup, set the URL to the proxy: http://localhost:8080
30
+ In the Grafana Datasource setup, set the URL to the proxy: http://localhost:8081
31
31
32
32
From the dashboard, add a panel and select SQL Proxy from the Query dropdown. You will see a SQL Editor.
33
33
You can’t perform that action at this time.
0 commit comments