diff --git a/Dockerfile b/Dockerfile index f843944586fc881d9a3d83a3d9c922d2f9cf14a1..cc28cfc25f8f5e54f9101caeebe9f4d360a36468 100644 --- a/Dockerfile +++ b/Dockerfile @@ -83,7 +83,6 @@ LABEL org.label-schema.schema-version="1.0" \ org.label-schema.vcs-url="https://github.com/elastic/${ELASTIC_PRODUCT}" \ org.label-schema.license="Elastic License" license="Elastic License" -EXPOSE 8200 ENTRYPOINT ["/usr/local/bin/dumb-init", "--", "/usr/share/filebeat/filebeat", "-E", "http.enabled=true", "-E", "http.host=unix:///usr/share/filebeat/data/filebeat.sock"] CMD ["-environment", "container"]