From 9c6b5082bd01c8b0ce1d106d932b5e532aca8920 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 8 Jul 2026 10:36:05 +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 96b3179..d963138 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