Update docker-compose.yml Elasticsearch image from EOL v7 to slightly newer v8 (investigate v9) (#36974)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Shlee 2026-06-11 17:48:37 +09:30 committed by GitHub
parent 782ceb3795
commit 48d6940d7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -56,7 +56,7 @@ services:
- internal_network
es:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.29
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.15
restart: unless-stopped
environment:
ES_JAVA_OPTS: -Xms512m -Xmx512m

View File

@ -27,8 +27,9 @@ services:
# es:
# restart: always
# image: docker.elastic.co/elasticsearch/elasticsearch:7.17.29
# image: docker.elastic.co/elasticsearch/elasticsearch:8.19.15
# environment:
# - "ELASTIC_PASSWORD=password" #Username is elastic. Do not change the username.
# - "ES_JAVA_OPTS=-Xms512m -Xmx512m -Des.enforce.bootstrap.checks=true"
# - "xpack.license.self_generated.type=basic"
# - "xpack.security.enabled=false"