Update docker-compose.yml

This commit is contained in:
Shlee 2025-11-21 11:58:15 +10:30 committed by GitHub
parent 21ce99f746
commit 3058baf2d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,8 +27,9 @@ services:
# es:
# restart: always
# image: docker.elastic.co/elasticsearch/elasticsearch:7.17.4
# image: docker.elastic.co/elasticsearch/elasticsearch:8.19.7
# environment:
# - "ELASTIC_PASSWORD=ChangeMeAndUpdateInEnvFile"
# - "ES_JAVA_OPTS=-Xms512m -Xmx512m -Des.enforce.bootstrap.checks=true"
# - "xpack.license.self_generated.type=basic"
# - "xpack.security.enabled=false"
@ -56,6 +57,7 @@ services:
# ports:
# - '127.0.0.1:9200:9200'
web:
# You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes
# build: .