This commit is contained in:
parent
2a11477529
commit
b2c58ca576
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ ARG VERSION
|
|||
FROM caddy:${VERSION}-builder AS builder
|
||||
|
||||
RUN xcaddy build \
|
||||
--with github.com/caddy-dns/cloudflare
|
||||
--with github.com/caddy-dns/cloudflare \
|
||||
--with github.com/jonaharagon/caddy-umami
|
||||
|
||||
FROM caddy:${VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue