diff --git a/tempo.compose.yaml b/tempo.compose.yaml index 9392da6..07c1dbb 100644 --- a/tempo.compose.yaml +++ b/tempo.compose.yaml @@ -15,7 +15,7 @@ services: tempo: image: *tempoImage - command: [ "-server.http-listen-port=\"3200\" --storage.trace.backend=local --storage.trace.local.path=/var/tempo/blocks --storage.trace.wal.path=/var/tempo/wal" ] + command: [ "-server.http-listen-port=3200" ] volumes: - tempo-data:/var/tempo network_mode: host # so all the other containers can send to it easily