fix: update grafana-mcp image to use remote registry URL
Change Docker image reference from local `mcp/grafana:latest` to `git.helu.ca/r/mcp-grafana:latest` to pull from the correct remote container registry.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
grafana-mcp:
|
||||
image: mcp/grafana:latest
|
||||
image: git.helu.ca/r/mcp-grafana:latest
|
||||
pull_policy: always
|
||||
container_name: grafana-mcp
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user