try quotes on port

This commit is contained in:
2024-08-11 06:24:05 -07:00
parent 1dc48aa1f3
commit 83da8c37ab

View File

@ -15,7 +15,7 @@ services:
tempo: tempo:
image: *tempoImage 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: volumes:
- tempo-data:/var/tempo - tempo-data:/var/tempo
network_mode: host # so all the other containers can send to it easily network_mode: host # so all the other containers can send to it easily