We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546d525 commit cd9954aCopy full SHA for cd9954a
docker-compose.development.yml
@@ -18,7 +18,7 @@ services:
18
retries: 5
19
20
otelcollector:
21
- image: otel/opentelemetry-collector@sha256:fae9574bf0ec85703fcdfb198442b03141687924c9aea47e12fe307b659190a2
+ image: otel/opentelemetry-collector@sha256:756725f13cfbd34be6d7210419e06243f078090f6190a637b766beb4293417cf
22
command: ["--config=/etc/otel-collector-config.yaml"]
23
volumes:
24
- ./configurations/dev-otel-collector-config.yaml:/etc/otel-collector-config.yaml:ro
0 commit comments