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 be6f108 commit 2042aeeCopy full SHA for 2042aee
entrypoint.sh
@@ -27,13 +27,10 @@ if [ "x${MAJOR_VERSION}" == 'x6' ]; then
27
docker run \
28
--rm \
29
--env "node.name=es1" \
30
- --env "node.master=true" \
31
- --env "action.auto_create_index=false" \
32
--env "cluster.name=docker-elasticsearch" \
33
--env "cluster.routing.allocation.disk.threshold_enabled=false" \
34
--env "bootstrap.memory_lock=true" \
35
--env "ES_JAVA_OPTS=-Xms1g -Xmx1g" \
36
- --env "discovery.type=single-node" \
37
--env "xpack.security.enabled=false" \
38
--env "xpack.license.self_generated.type=basic" \
39
--ulimit nofile=65536:65536 \
0 commit comments