Update docker-compose.yml

This commit is contained in:
Shlee 2025-11-21 12:03:40 +10:30 committed by GitHub
parent 15768e2839
commit 3806d039f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ services:
# restart: always
# image: docker.elastic.co/elasticsearch/elasticsearch:8.19.7
# environment:
# - "ELASTIC_PASSWORD=ChangeMeAndUpdateInEnvFile" // Username is elastic. Do not change the username.
# - "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"