fix(log-analyser): pin otel image for loki exporter
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
6e18e22b74
commit
8ca9a5af21
@@ -17,7 +17,7 @@ services:
|
||||
|
||||
otel-collector:
|
||||
container_name: otel
|
||||
image: otel/opentelemetry-collector-contrib
|
||||
image: otel/opentelemetry-collector-contrib:0.130.0
|
||||
user: "0" # required for reading docker container logs
|
||||
volumes:
|
||||
- ./log-analyser/otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml
|
||||
|
||||
Reference in New Issue
Block a user