We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c977b commit 303f947Copy full SHA for 303f947
entrypoint.sh
@@ -27,13 +27,13 @@ if [ "x${MAJOR_VERSION}" == 'x6' ]; then
27
docker run \
28
--rm \
29
--env "node.name=es1" \
30
+ --env "action.auto_create_index=false" \
31
--env "cluster.name=docker-elasticsearch" \
32
--env "cluster.routing.allocation.disk.threshold_enabled=false" \
33
--env "bootstrap.memory_lock=true" \
34
--env "ES_JAVA_OPTS=-Xms1g -Xmx1g" \
35
--env "xpack.security.enabled=false" \
36
--env "xpack.license.self_generated.type=basic" \
- --env "action.auto_create_index=false" \
37
--ulimit nofile=65536:65536 \
38
--ulimit memlock=-1:-1 \
39
--publish "9200:9200" \
0 commit comments