update to ES 8 and add necessary adjustements to its config

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-07 14:43:09 +02:00
parent 56e3f27d6c
commit faa5947963
2 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Probably from here https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/Dockerfile
FROM elasticsearch:7.17.10
FROM elasticsearch:8.7.1
USER root