Add crowdsec
All checks were successful
Build Docker image / Build image (push) Successful in 2m19s

This commit is contained in:
Marko Korhonen 2024-06-11 11:43:31 +03:00
parent 16299cb5ee
commit 46a41bbff6
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -4,7 +4,8 @@ FROM caddy:${VERSION}-builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare \
--with github.com/jonaharagon/caddy-umami
--with github.com/jonaharagon/caddy-umami \
--with github.com/hslatman/caddy-crowdsec-bouncer/crowdsec
FROM caddy:${VERSION}