Skip to content

Commit

Permalink
chore: Update docker-compose.yml (#12811)
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 19, 2024
1 parent fd799cb commit c183642
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 @@ -33,7 +33,7 @@ services:
fleet-server: { condition: service_healthy }

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.19-a2ab9cd7-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.19-b8d7cdf4-SNAPSHOT
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.19-a2ab9cd7-SNAPSHOT
image: docker.elastic.co/kibana/kibana:7.17.19-b8d7cdf4-SNAPSHOT
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.19-a2ab9cd7-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:7.17.19-b8d7cdf4-SNAPSHOT
ports:
- 8220:8220
healthcheck:
Expand Down

0 comments on commit c183642

Please sign in to comment.