mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-18 20:37:55 +00:00
Kibana 6.6 and above uses ELASTICSEARCH_HOSTS
This commit is contained in:
parent
cdfb55ec2d
commit
56342426b3
@ -204,7 +204,7 @@ services:
|
||||
ipv4_address: 172.16.238.242
|
||||
environment:
|
||||
- TZ=${TIMEZONE:-UTC}
|
||||
- ELASTICSEARCH_URL=http://elastic:9200
|
||||
- ELASTICSEARCH_HOSTS=http://elastic:9200
|
||||
depends_on:
|
||||
- elastic
|
||||
|
||||
|
@ -53,7 +53,7 @@ services:
|
||||
ipv4_address: 172.16.238.242
|
||||
environment:
|
||||
- TZ=${TIMEZONE:-UTC}
|
||||
- ELASTICSEARCH_URL=http://elastic:9200
|
||||
- ELASTICSEARCH_HOSTS=http://elastic:9200
|
||||
depends_on:
|
||||
- elastic
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user