Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
fix docker-compose (fix CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
VineethReddy02 committed Nov 21, 2022
1 parent 8173f2f commit 4546827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:

otel-collector:
platform: linux/amd64
image: "otel/opentelemetry-collector:0.56.0"
image: "otel/opentelemetry-collector-contrib:0.63.1"
command: [ "--config=/etc/otel-collector-config.yml" ]
volumes:
- ${PWD}/otel-collector-config.yml:/etc/otel-collector-config.yml
Expand Down

0 comments on commit 4546827

Please sign in to comment.