Skip to content

Commit

Permalink
chore: Updated to content "" in file "docker-compose.yml"
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
apmmachine committed Sep 7, 2023
1 parent 3588220 commit 1aaadac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ x-logging: &default-logging
max-size: "1g"
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.11.0-d1486076-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:8.11.0-3ae53e7a-SNAPSHOT
ports:
- 9200:9200
healthcheck:
Expand Down Expand Up @@ -41,7 +41,7 @@ services:
logging: *default-logging

kibana:
image: docker.elastic.co/kibana/kibana:8.11.0-d1486076-SNAPSHOT
image: docker.elastic.co/kibana/kibana:8.11.0-3ae53e7a-SNAPSHOT
ports:
- 5601:5601
healthcheck:
Expand All @@ -61,7 +61,7 @@ services:
logging: *default-logging

fleet-server:
image: docker.elastic.co/beats/elastic-agent:8.11.0-d1486076-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:8.11.0-3ae53e7a-SNAPSHOT
ports:
- 8220:8220
healthcheck:
Expand Down Expand Up @@ -90,7 +90,7 @@ services:
logging: *default-logging

metricbeat:
image: docker.elastic.co/beats/metricbeat:8.11.0-d1486076-SNAPSHOT
image: docker.elastic.co/beats/metricbeat:8.11.0-3ae53e7a-SNAPSHOT
environment:
ELASTICSEARCH_HOSTS: '["http://elasticsearch:9200"]'
ELASTICSEARCH_USERNAME: "${KIBANA_ES_USER:-admin}"
Expand Down

0 comments on commit 1aaadac

Please sign in to comment.