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.
- Edit
CADDY_VERSION
inDockerfile
git add Dockerfile
git commit -m "feat: caddy version <version>"
git tag -a <version> -m "Release <version>"
git push
git push --tags