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

This commit is contained in:
2026-07-08 15:19:03 +02:00
parent 0dbb6ec048
commit 533859957a
+1 -1
View File
@@ -8,5 +8,5 @@ services:
- GRAFANA_SERVICE_ACCOUNT_TOKEN=glsa_rNKPTnKmLoaDhPmSlWftJgjeq3IIvM4P_0702cec7 - GRAFANA_SERVICE_ACCOUNT_TOKEN=glsa_rNKPTnKmLoaDhPmSlWftJgjeq3IIvM4P_0702cec7
ports: ports:
- '18000:8000' - '18000:8000'
command: -t streamable-http --metrics --debug -allowed-hosts:* -allowed-origins:* command: -t streamable-http --metrics --debug -allowed-hosts * -allowed-origins *
restart: always restart: always