From 83da8c37abf9219da3d661ad6690dc56df8c629f Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sun, 11 Aug 2024 06:24:05 -0700 Subject: [PATCH] try quotes on port --- tempo.compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempo.compose.yaml b/tempo.compose.yaml index 3dde62a..9392da6 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\" --storage.trace.backend=local --storage.trace.local.path=/var/tempo/blocks --storage.trace.wal.path=/var/tempo/wal" ] volumes: - tempo-data:/var/tempo network_mode: host # so all the other containers can send to it easily