wrong elastic version
This commit is contained in:
parent
f26d824aae
commit
03e85380fb
@ -14,12 +14,12 @@ services:
|
|||||||
- net
|
- net
|
||||||
|
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: 'docker.elastic.co/elasticsearch/elasticsearch:6.7'
|
image: elasticsearch:6.7.0
|
||||||
restart: always
|
restart: always
|
||||||
container_name: elasticsearch
|
container_name: elasticsearch
|
||||||
hostname: elasticsearch
|
hostname: elasticsearch
|
||||||
environment:
|
environment:
|
||||||
- cluster.name=elasticsearch
|
- discovery.type=single-node
|
||||||
ulimits:
|
ulimits:
|
||||||
memlock:
|
memlock:
|
||||||
soft: -1
|
soft: -1
|
||||||
|
Loading…
Reference in New Issue
Block a user