Skip to content

Commit 12cf3a2

Browse files
Update README.md
Fix docker instructions to move the port forwarding to before the container name and switch to short syntax. I tried with `--port-forward` locally and received `--port-forward`. I did test the updated version locally.
1 parent 9388080 commit 12cf3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ make build-image
9999
And to run the image, use:
100100

101101
```
102-
docker run -it --rm mcp-grafana:latest --port-forward 8000:8000
102+
docker run -it --rm -p 8000:8000 mcp-grafana:latest
103103
```
104104

105105
### Testing

0 commit comments

Comments
 (0)