From 6ea1ffff8afd6a0beb8313fdff99557ad4006e10 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 8 Jul 2026 15:17:21 +0200 Subject: [PATCH] Remove MCP_GRAFANA_ALLOWED_HOSTS variable, add --allowed-hosts:* --allowed-origins:* --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3ed088a..b707360 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,8 +6,7 @@ services: - GRAFANA_URL=http://pdocker3.maison:13000 - GRAFANA_ORG_ID=1 - GRAFANA_SERVICE_ACCOUNT_TOKEN=glsa_rNKPTnKmLoaDhPmSlWftJgjeq3IIvM4P_0702cec7 - - MCP_GRAFANA_ALLOWED_HOSTS="localhost,pdocker4.maison,pdocker3.maison" ports: - '18000:8000' - command: -t streamable-http --metrics --debug + command: -t streamable-http --metrics --debug --allowed-hosts:* --allowed-origins:* restart: always