Skip to content

Commit

Permalink
Update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
kifj committed Apr 6, 2024
1 parent e7a493d commit c3dbd49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/docker/stomp-test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: '3'
services:
etcd:
image: quay.io/coreos/etcd:v3.5.12
image: quay.io/coreos/etcd:v3.5.13
container_name: etcd
command: ["etcd", "--listen-client-urls", "http://0.0.0.0:2379", "--advertise-client-urls", "http://etcd:2379"]
environment:
Expand Down Expand Up @@ -45,7 +44,7 @@ services:
- "8080:8080"
- "8443:8443"
otel-collector:
image: otel/opentelemetry-collector-contrib:0.96.0
image: otel/opentelemetry-collector-contrib:0.97.0
restart: always
command: ["--config=/etc/otel-collector-config.yaml"]
volumes:
Expand Down

0 comments on commit c3dbd49

Please sign in to comment.