Update docker-compose.yml
This commit is contained in:
parent
34757b3f54
commit
6f19b628c8
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user