diff --git a/Dockerfile b/Dockerfile index 4f744f93..74666698 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,3 +27,6 @@ USER nonroot # command / entrypoint of container ENTRYPOINT ["cloudflared", "--no-autoupdate"] CMD ["version"] + +# expose metrics server +EXPOSE 2000