From 533859957a7af657011ad63179f4804f895f998f Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 8 Jul 2026 15:19:03 +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 75dce74..3e4cd65 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