From 7fc2042bcef3ab998460c947fd88d1e24bcd7d3b Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Sat, 10 Dec 2022 09:54:00 +0200 Subject: [PATCH] Update elasticsearch.yml --- compose-files/elasticsearch.yml | 2 ++ 1 file changed, 2 insertions(+) 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