Skip to content

Commit 0803985

Browse files
committed
Remove Elasticsearch port exposition
1 parent d2dac1b commit 0803985

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Dockerfile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM java:7-jre
2-
MAINTAINER P. Barrett Little <barrett@barrettlittle.com>
2+
MAINTAINER Benoît Pourre <benoit.pourre@gmail.com>
3+
# Thanks to P. Barrett Little <barrett@barrettlittle.com>
34

45
# Download version 1.4.2 of logstash
56
RUN cd /tmp && \
@@ -15,12 +16,6 @@ RUN /opt/logstash/bin/plugin install contrib
1516
RUN mkdir /app
1617
ADD . /app
1718

18-
# Elasticsearch HTTP
19-
EXPOSE 9200
20-
21-
# Elasticsearch transport
22-
EXPOSE 9300
23-
2419
# Kibana
2520
EXPOSE 9292
2621

0 commit comments

Comments
 (0)