From 0dbb6ec04853ea9958c56efe4a8c8c947d84e4bf Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 8 Jul 2026 15:18:10 +0200 Subject: [PATCH] Remove MCP_GRAFANA_ALLOWED_HOSTS variable, add --allowed-hosts:* --allowed-origins:* --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b707360..75dce74 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,5 +8,5 @@ services: - GRAFANA_SERVICE_ACCOUNT_TOKEN=glsa_rNKPTnKmLoaDhPmSlWftJgjeq3IIvM4P_0702cec7 ports: - '18000:8000' - command: -t streamable-http --metrics --debug --allowed-hosts:* --allowed-origins:* + command: -t streamable-http --metrics --debug -allowed-hosts:* -allowed-origins:* restart: always