Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- "./data/data:/usr/share/elasticsearch/data"
- "./data/backup:/usr/share/elasticsearch/backup"
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
image: elasticsearch:8.18.1
image: elasticsearch:8.18.2
ulimits:
memlock:
soft: -1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only change between the two versions is an update of the Elasticsearch version from 8.18.1 to 8.18.2. This should not introduce any irregularities or optimization issues for this Docker container setup. The configuration remains unchanged, so there are no potential issues related to changes in the specified environment variables like ulimits. You can use these new images as they are without further adjustments.

Expand Down