Skip to content

Commit

Permalink
Disable autoupdate even if you override entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa authored Jan 17, 2024
1 parent 0c89f9d commit 51dca8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ COPY --from=build /src/cloudflared .
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

ENV TUNNEL_ORIGIN_CERT=/etc/cloudflared/cert.pem
ENV NO_AUTOUPDATE=true
ENTRYPOINT ["/cloudflared", "--no-autoupdate"]
CMD ["version"]

0 comments on commit 51dca8e

Please sign in to comment.