From 6f19b628c8e4178ff98c3fa5bd35db10408c80b0 Mon Sep 17 00:00:00 2001 From: pashko Date: Mon, 23 Dec 2024 20:41:55 +0800 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 18fba78..f677b3d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -71,7 +71,7 @@ services: restart: always volumes: - ./config/tempo/tempo.yaml:/etc/tempo.yaml - - ./data.tempo-storage:/tmp/tempo + - ./data/tempo-storage:/tmp/tempo command: - '--config.file=etc/tempo.yaml' ports: @@ -85,7 +85,8 @@ services: image: ${OTEL-COLLECTOR_IMAGE} container_name: ${OTEL-COLLECTOR_CONTAINER_NAME} hostname: ${OTEL-COLLECTOR_CONTAINER_NAME} - command: ["--config=/etc/otel-collector-config.yaml"] + command: + - '--config=/etc/otel-collector-config.yaml' volumes: - ./configs/otel-collector-configs/config.yaml:/etc/otel-collector-config.yaml ports: