Skip to content

Commit 303f947

Browse files
committed
Test Order Significance
Maybe we need to order this first.
1 parent d6c977b commit 303f947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ if [ "x${MAJOR_VERSION}" == 'x6' ]; then
2727
docker run \
2828
--rm \
2929
--env "node.name=es1" \
30+
--env "action.auto_create_index=false" \
3031
--env "cluster.name=docker-elasticsearch" \
3132
--env "cluster.routing.allocation.disk.threshold_enabled=false" \
3233
--env "bootstrap.memory_lock=true" \
3334
--env "ES_JAVA_OPTS=-Xms1g -Xmx1g" \
3435
--env "xpack.security.enabled=false" \
3536
--env "xpack.license.self_generated.type=basic" \
36-
--env "action.auto_create_index=false" \
3737
--ulimit nofile=65536:65536 \
3838
--ulimit memlock=-1:-1 \
3939
--publish "9200:9200" \

0 commit comments

Comments
 (0)