Remove MCP_GRAFANA_ALLOWED_HOSTS variable, add --allowed-hosts:* --allowed-origins:*
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user