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