Skip to content

Commit

Permalink
upgrade to elasticsearch 8.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JKatzwinkel authored Oct 20, 2023
1 parent 48d89a7 commit e176e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

es:
container_name: tla-es
image: docker.elastic.co/elasticsearch/elasticsearch:8.10.3
image: docker.elastic.co/elasticsearch/elasticsearch:8.10.4
environment:
ES_JAVA_OPTS: -Xms512m -Xmx512m -Dlog4j2.formatMsgNoLookups=true
discovery.type: single-node
Expand Down

0 comments on commit e176e6d

Please sign in to comment.