diff --git a/compose-files/elasticsearch.yml b/compose-files/elasticsearch.yml index 6cc2d32..dadaf8d 100644 --- a/compose-files/elasticsearch.yml +++ b/compose-files/elasticsearch.yml @@ -2,6 +2,8 @@ version: '3' services: elasticsearch: image: elasticsearch:${ELASTICSEARCH_VERSION:-latest} + ports: + - 9200:9200 networks: backend: ipv4_address: 172.15.0.6