Skip to content

Commit

Permalink
Update docker-compose deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 14, 2023
1 parent f524cf3 commit 019a947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/couchbase/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ services:
cpus: "0.50"
memory: 1512M
opentelemetry-collector-contrib:
image: otel/opentelemetry-collector-contrib:0.86.0
image: otel/opentelemetry-collector-contrib:0.88.0
command: ["--config=/etc/otel-collector-config.yml"]
volumes:
- ./otel-collector-config.yaml:/etc/otel-collector-config.yml
depends_on:
- couchbase
prometheus:
image: prom/prometheus:v2.47.0
image: prom/prometheus:v2.47.2
volumes:
- ./prometheus-config.yaml:/etc/prometheus/prometheus.yml
ports:
Expand Down

0 comments on commit 019a947

Please sign in to comment.