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: