File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
55 image : ${OSS_IMAGE}
66 hostname : elasticsearch
77 container_name : elasticsearch
8- networks :
8+ networks :
99 - elasticsearch # used by ESv6 kibana
1010 environment :
1111 - cluster.name=elasticsearch
@@ -28,7 +28,7 @@ services:
2828 ports :
2929 - 9200:9200
3030 xpack :
31- image : ${XPACK_IMAGE:-rwgrim/docker-noop }
31+ image : ${XPACK_IMAGE:-alpine }
3232 hostname : elasticsearch-xpack
3333 container_name : elasticsearch-xpack
3434 environment :
@@ -55,7 +55,7 @@ services:
5555 ports :
5656 - 9210:9210
5757 opendistro :
58- image : ${ES_OPENDISTRO_IMAGE:-rwgrim/docker-noop }
58+ image : ${ES_OPENDISTRO_IMAGE:-alpine }
5959 hostname : elasticsearch-opendistro
6060 container_name : elasticsearch-opendistro
6161 environment :
@@ -79,7 +79,7 @@ services:
7979 ports :
8080 - 9220:9220
8181 xpack-kibana :
82- image : ${XPACK_IMAGE:-rwgrim/docker-noop }
82+ image : ${XPACK_IMAGE:-alpine }
8383 networks :
8484 - elasticsearch # used by ESv7 kibana
8585 environment :
@@ -101,7 +101,7 @@ services:
101101 ports :
102102 - 9230:9230
103103 kibana :
104- image : ${ES_KIBANA_IMAGE:-rwgrim/docker-noop }
104+ image : ${ES_KIBANA_IMAGE:-alpine }
105105 networks :
106106 - elasticsearch
107107 links :
You can’t perform that action at this time.
0 commit comments