We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d552a commit 314a0d7Copy full SHA for 314a0d7
docker/elasticsearch/Dockerfile
@@ -19,6 +19,7 @@ RUN uv python install $(cat .python-version) && \
19
20
ENV discovery.type=single-node
21
ENV xpack.security.enabled=false
22
+ENV logger.level=error
23
ENV ES_JAVA_OPTS="-Xms512m -Xmx512m"
24
25
# Start Elasticsearch, wait for health, run indexing, then stop
@@ -74,5 +75,6 @@ COPY --from=build /usr/share/elasticsearch/data /usr/share/elasticsearch/data
74
75
RUN chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data
76
77
78
79
80
USER elasticsearch
0 commit comments