expose metrics server in Dockerfile
This commit is contained in:
parent
66e6b70602
commit
7e1628079f
|
@ -27,3 +27,6 @@ USER nonroot
|
|||
# command / entrypoint of container
|
||||
ENTRYPOINT ["cloudflared", "--no-autoupdate"]
|
||||
CMD ["version"]
|
||||
|
||||
# expose metrics server
|
||||
EXPOSE 2000
|
||||
|
|
Loading…
Reference in New Issue