From 5f7988da86fe4e54880bf60e85ada79e80661e00 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 8 Jul 2026 10:37:59 +0200 Subject: [PATCH] Update options --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index d963138..96b3179 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 + command: -t streamable-http --metrics --debug restart: always