Add cloudflare DNS
All checks were successful
Build / build (push) Successful in 4m0s

This commit is contained in:
2023-12-11 10:09:27 +13:00
parent fdf5e60f70
commit af39f2681e

View File

@@ -4,7 +4,8 @@ FROM caddy:2.7.6-builder-alpine AS caddybuild
RUN xcaddy build \
--with github.com/greenpau/caddy-security \
--with github.com/lucaslorentz/caddy-docker-proxy/v2 \
--with github.com/caddyserver/replace-response
--with github.com/caddyserver/replace-response \
--with github.com/caddy-dns/cloudflare
FROM base AS final
COPY --from=caddybuild /usr/bin/caddy /usr/bin/caddy