Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd authored Aug 20, 2024
2 parents 3a659fd + 96c1f0d commit 9e2c5ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run Collector
run: docker-compose up -d
run: docker compose up -d
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp_version }}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
otel:
image: otel/opentelemetry-collector-contrib:0.104.0
image: otel/opentelemetry-collector-contrib:0.107.0
command: ["--config=/conf/otel-collector-config.yaml"]
privileged: true
ports:
Expand Down

0 comments on commit 9e2c5ec

Please sign in to comment.