Skip to content

Commit dac3cb0

Browse files
committed
extra logs
1 parent 1bd4202 commit dac3cb0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/script.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ start() {
1818
docker rm ${IMAGE_NAME} 2> /dev/null
1919
docker run -d --name "${IMAGE_NAME}" -p 9200:9200 -p 9300:9300 \
2020
-e "discovery.type=single-node" -e "xpack.security.enabled=false" -e "ES_JAVA_OPTS=-Xms512m -Xmx512m" \
21-
docker.elastic.co/elasticsearch/elasticsearch:${ES_VERSION}
22-
23-
docker logs "${IMAGE_NAME}" || true
21+
docker.elastic.co/elasticsearch/elasticsearch:${ES_VERSION} || true
2422

2523
# Wait elastic cluster to start
2624
echo "Waiting Elasticsearch cluster to start..."

0 commit comments

Comments
 (0)