mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
Update elasticsearch.yml
This commit is contained in:
parent
75f419808e
commit
7fc2042bce
@ -2,6 +2,8 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: elasticsearch:${ELASTICSEARCH_VERSION:-latest}
|
image: elasticsearch:${ELASTICSEARCH_VERSION:-latest}
|
||||||
|
ports:
|
||||||
|
- 9200:9200
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
ipv4_address: 172.15.0.6
|
ipv4_address: 172.15.0.6
|
||||||
|
Loading…
Reference in New Issue
Block a user