Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
fleet-server: { condition: service_healthy }

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.30-3dae2ee8-SNAPSHOT-amd64
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.30-ba78de27-SNAPSHOT-amd64
ports:
- 9200:9200
healthcheck:
Expand Down Expand Up @@ -62,7 +62,7 @@ services:
- "./testing/docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"

kibana:
image: docker.elastic.co/kibana/kibana:7.17.30-3dae2ee8-SNAPSHOT-amd64
image: docker.elastic.co/kibana/kibana:7.17.30-ba78de27-SNAPSHOT-amd64
ports:
- 5601:5601
healthcheck:
Expand All @@ -86,7 +86,7 @@ services:
package-registry: { condition: service_healthy }

fleet-server:
image: docker.elastic.co/beats/elastic-agent:7.17.30-3dae2ee8-SNAPSHOT-amd64
image: docker.elastic.co/beats/elastic-agent:7.17.30-ba78de27-SNAPSHOT-amd64
ports:
- 8220:8220
healthcheck:
Expand Down