Skip to content

Commit 341340e

Browse files
authored
update example port
1 parent 4cabf52 commit 341340e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ This datasource is dependent upon the SQL Proxy container. https://github.com/sc
1818
For a quick local setup you can use Docker to run the container. Once Docker is installed run the following to start the container:
1919

2020
```
21-
docker run -p 8080:8080 scottlepper/sql-proxy
21+
docker run -p 8081:8081 scottlepper/sql-proxy
2222
```
2323

24-
The proxy will now be running on port 8080.
24+
The proxy will now be running on port 8081.
2525

2626
Follow the instructions here to connect to the SQL Proxy: https://github.com/scottlepp/sql-proxy#using-the-proxy
2727

2828
## Using the SqlProxy plugin
2929

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
3131

3232
From the dashboard, add a panel and select SQL Proxy from the Query dropdown. You will see a SQL Editor.
3333

0 commit comments

Comments
 (0)