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 16, 2023
1 parent 794e127 commit e5c2718
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.88.0
image: otel/opentelemetry-collector-contrib:0.89.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.2
image: prom/prometheus:v2.48.0
volumes:
- ./prometheus-config.yaml:/etc/prometheus/prometheus.yml
ports:
Expand Down

0 comments on commit e5c2718

Please sign in to comment.