From b36b69b0efed6078c8a77b26e833a87415ccaecf Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sun, 11 Aug 2024 06:29:40 -0700 Subject: [PATCH] maybe --- tempo.compose.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tempo.compose.yaml b/tempo.compose.yaml index 07c1dbb..9634ff3 100644 --- a/tempo.compose.yaml +++ b/tempo.compose.yaml @@ -15,7 +15,11 @@ services: tempo: image: *tempoImage - command: [ "-server.http-listen-port=3200" ] + command: + - -server.http-listen-port=3200 + - --storage.trace.backend=local + - --storage.trace.local.path=/tmp/tempo/traces + - --storage.trace.wal.path=/tmp/tempo/wal volumes: - tempo-data:/var/tempo network_mode: host # so all the other containers can send to it easily