docker-compose: update elasticsearch
to align with current prod
This commit is contained in:
@@ -24,11 +24,11 @@ services:
|
|||||||
network_mode: host
|
network_mode: host
|
||||||
tty: true
|
tty: true
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: elasticsearch:7.9.1
|
image: elasticsearch:7.14.0
|
||||||
environment:
|
environment:
|
||||||
- 'http.host=0.0.0.0'
|
- 'http.host=0.0.0.0'
|
||||||
- 'transport.host=127.0.0.1'
|
- 'transport.host=127.0.0.1'
|
||||||
# See https://www.elastic.co/guide/en/elasticsearch/reference/7.9/docker.html
|
# See https://www.elastic.co/guide/en/elasticsearch/reference/7.14/docker.html
|
||||||
- 'discovery.type=single-node'
|
- 'discovery.type=single-node'
|
||||||
ports :
|
ports :
|
||||||
- '127.0.0.1:9200:9200'
|
- '127.0.0.1:9200:9200'
|
||||||
|
|||||||
Reference in New Issue
Block a user