Skip to content

Commit 40c624b

Browse files
authored
Update README.md
1 parent 0593710 commit 40c624b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ services:
5757
networks:
5858
- logstash_network
5959
elasticsearch:
60-
image: docker.elastic.co/elasticsearch/elasticsearch:6.4.0
60+
#image: docker.elastic.co/elasticsearch/elasticsearch:6.4.0
61+
image: elasticsearch:6.4.0
6162
ports:
6263
- 9300:9300
6364
- 9200:9200
@@ -71,7 +72,8 @@ services:
7172
networks:
7273
- logstash_network
7374
kibana:
74-
image: docker.elastic.co/kibana/kibana:6.4.0
75+
#image: docker.elastic.co/kibana/kibana:6.4.0
76+
image: kibana:6.4.0
7577
ports:
7678
- 5601:5601
7779
networks:

0 commit comments

Comments
 (0)