Remove MCP_GRAFANA_ALLOWED_HOSTS variable, add --allowed-hosts:* --allowed-origins:*

This commit is contained in:
2026-07-08 15:17:21 +02:00
parent ef527b21e9
commit 6ea1ffff8a
+1 -2
View File
@@ -6,8 +6,7 @@ services:
- GRAFANA_URL=http://pdocker3.maison:13000 - GRAFANA_URL=http://pdocker3.maison:13000
- GRAFANA_ORG_ID=1 - GRAFANA_ORG_ID=1
- GRAFANA_SERVICE_ACCOUNT_TOKEN=glsa_rNKPTnKmLoaDhPmSlWftJgjeq3IIvM4P_0702cec7 - GRAFANA_SERVICE_ACCOUNT_TOKEN=glsa_rNKPTnKmLoaDhPmSlWftJgjeq3IIvM4P_0702cec7
- MCP_GRAFANA_ALLOWED_HOSTS="localhost,pdocker4.maison,pdocker3.maison"
ports: ports:
- '18000:8000' - '18000:8000'
command: -t streamable-http --metrics --debug command: -t streamable-http --metrics --debug --allowed-hosts:* --allowed-origins:*
restart: always restart: always