Skip to content

Commit

Permalink
bump elasticsearch images
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Nov 9, 2023
1 parent 44333df commit 6b49326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ services:
- utils

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.5.0
image: elasticsearch:7.17.4
environment:
- xpack.security.enabled=false
- discovery.type=single-node
Expand All @@ -174,7 +174,7 @@ services:
- search

kibana:
image: docker.elastic.co/kibana/kibana:7.5.0
image: kibana:7.17.4
environment:
- ELASTICSEARCH_HOSTS=http://elasticsearch:9200
ports:
Expand Down

0 comments on commit 6b49326

Please sign in to comment.