Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 608 Bytes

caddy-docker-proxy-cloudflare

A custom Caddy build with the Caddy Docker Proxy and Cloudflare modules installed.

Published on the GitHub Container Registry.

This is mostly for personal use, and it does not update automatically when new releases of Caddy or the modules come out.

Releasing a new version

  1. Edit CADDY_VERSION in Dockerfile
  2. git add Dockerfile
  3. git commit -m "feat: caddy version <version>"
  4. git tag -a <version> -m "Release <version>"
  5. git push
  6. git push --tags