diff --git a/docker-compose.yml b/docker-compose.yml index b707360..75dce74 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