Skip to content

Commit 3a37301

Browse files
committed
corrected documentation on single-node cluster set-up (see #19)
1 parent aaa09d3 commit 3a37301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ Start a node using the following command:
418418

419419
$ sudo docker run -it --rm=true \
420420
-v /var/sandbox/elk-docker/elasticsearch-slave.yml:/etc/elasticsearch/elasticsearch.yml \
421-
--link elkdocker_elk_1:elk-master elkdocker_elk
421+
--link elk:elk --name elk-slave sebp/elk
422422

423423
Note that Elasticsearch's port is not published to the host's port 9200, as it was already published by the initial ELK container.
424424

0 commit comments

Comments
 (0)