UNCLASSIFIED

Commit 98319119 authored by kuisathaverat's avatar kuisathaverat
Browse files

fix: remove unused EXPOSE port

parent deb5dcde
Pipeline #68690 passed with stages
in 24 minutes and 12 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