mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:12:52 +00:00
feat: update to elasticsearch 8.4
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
FROM elasticsearch:5.6-alpine
|
||||
FROM elasticsearch:8.4.2
|
||||
|
||||
EXPOSE 9200
|
||||
EXPOSE 9300
|
||||
|
||||
# log4j2
|
||||
RUN echo "-Dlog4j2.formatMsgNoLookups=true" >> /usr/share/elasticsearch/config/jvm.options
|
||||
|
||||
ADD config/ /usr/share/elasticsearch/config/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user