From 36e5c7d21500c102b76ed8236adcf45736c98bd0 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 10 May 2026 17:41:04 +0200 Subject: [PATCH] Add metric & debug launch options --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7104392..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 + command: -t streamable-http --metrics --debug restart: always