We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9d712 commit ca9352bCopy full SHA for ca9352b
docker-compose.development.yml
@@ -18,7 +18,7 @@ services:
18
retries: 5
19
20
otelcollector:
21
- image: otel/opentelemetry-collector@sha256:756725f13cfbd34be6d7210419e06243f078090f6190a637b766beb4293417cf
+ image: otel/opentelemetry-collector@sha256:3805724e26351df55a45032a793c9b64a2117ac9a58f13f070674a9723fab373
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