UNCLASSIFIED

Commit 3ce44c90 authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'metricbeat-7.9.2' into 'development'

fix: remove unused EXPOSE port

See merge request !2
parents 88d10fdb 98319119
Pipeline #72730 failed with stages
in 56 minutes and 32 seconds
......@@ -84,7 +84,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/metricbeat/metricbeat", "-E", "http.enabled=true", "-E", "http.host=unix:///usr/share/metricbeat/data/metricbeat.sock"]
CMD ["-environment", "container"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment