Skip to content

Commit 6450818

Browse files
committed
update elk
1 parent 359e904 commit 6450818

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elk/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ elasticsearch:
22
image: docker.elastic.co/elasticsearch/elasticsearch:6.1.2
33
ports:
44
- "9200:9200"
5+
- "9300:9300"
56
volumes:
67
- ./data:/usr/share/elasticsearch/data
78
environment:
89
- node.name=es1
9-
- cluster.name=docker-cluster
10+
- cluster.name=elk
1011
- bootstrap.memory_lock=true
1112
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
1213
ulimits:

0 commit comments

Comments
 (0)