Skip to content

Commit

Permalink
Merge branch 'master' into otel-messaging-semconv
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartnelson3 committed May 31, 2021
2 parents 98d4f85 + 6592885 commit 2f0b579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
kibana: { condition: service_healthy }

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0-3dd1a25d-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0-68ee0bbd-SNAPSHOT
ports:
- 9200:9200
healthcheck:
Expand Down Expand Up @@ -61,7 +61,7 @@ services:
- "./testing/docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"

kibana:
image: docker.elastic.co/kibana/kibana:8.0.0-3dd1a25d-SNAPSHOT
image: docker.elastic.co/kibana/kibana:8.0.0-68ee0bbd-SNAPSHOT
ports:
- 5601:5601
healthcheck:
Expand All @@ -85,7 +85,7 @@ services:
package-registry: { condition: service_healthy }

fleet-server:
image: docker.elastic.co/beats/elastic-agent:8.0.0-3dd1a25d-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:8.0.0-68ee0bbd-SNAPSHOT
ports:
- 8220:8220
healthcheck:
Expand Down

0 comments on commit 2f0b579

Please sign in to comment.