There was an error while loading. Please reload this page.
1 parent 676e328 commit e620165Copy full SHA for e620165
test_elasticsearch/start_elasticsearch.sh
@@ -6,13 +6,11 @@ ES_VERSION=${ES_VERSION:-"latest"}
6
ES_TEST_SERVER=${ES_TEST_SERVER:-"http://localhost:9200"}
7
8
exec docker run -d \
9
- -e script.inline=true \
10
-e path.repo=/tmp \
11
-e "repositories.url.allowed_urls=http://*" \
12
-e node.attr.testattr=test \
13
-e ES_HOST=$ES_TEST_SERVER \
14
-v `pwd`/../elasticsearch:/code/elasticsearch \
15
-v /tmp:/tmp \
16
-p "9200:9200" \
17
-fxdgear/elasticsearch:$ES_VERSION
18
-
+docker.elastic.co/elasticsearch/elasticsearch-oss:$ES_VERSION
0 commit comments