Skip to content

Commit 2042aee

Browse files
committed
Revert to working version
For my own sanity, proving this works without the new options.
1 parent be6f108 commit 2042aee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

entrypoint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,10 @@ if [ "x${MAJOR_VERSION}" == 'x6' ]; then
2727
docker run \
2828
--rm \
2929
--env "node.name=es1" \
30-
--env "node.master=true" \
31-
--env "action.auto_create_index=false" \
3230
--env "cluster.name=docker-elasticsearch" \
3331
--env "cluster.routing.allocation.disk.threshold_enabled=false" \
3432
--env "bootstrap.memory_lock=true" \
3533
--env "ES_JAVA_OPTS=-Xms1g -Xmx1g" \
36-
--env "discovery.type=single-node" \
3734
--env "xpack.security.enabled=false" \
3835
--env "xpack.license.self_generated.type=basic" \
3936
--ulimit nofile=65536:65536 \

0 commit comments

Comments
 (0)