We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e4b9c commit 4e69ba0Copy full SHA for 4e69ba0
docker-compose.yml
@@ -31,7 +31,7 @@ services:
31
32
elasticsearch:
33
container_name: es-container
34
- image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.1.3}
+ image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.10.4}
35
environment:
36
ES_JAVA_OPTS: -Xms512m -Xmx1g
37
volumes:
0 commit comments