[mod] remove unused plugins

This commit is contained in:
Andy Bunce 2022-11-28 10:56:01 +00:00
parent 32ce9359b5
commit 948a69657a
2 changed files with 6 additions and 6 deletions

View File

@ -5,11 +5,11 @@
ARG VERSION=caddy:2.6.2
FROM $VERSION-builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/duckdns \
--with github.com/greenpau/caddy-security \
--with github.com/greenpau/caddy-trace \
--with github.com/greenpau/caddy-git
RUN xcaddy build
# --with github.com/caddy-dns/duckdns \
# --with github.com/greenpau/caddy-security \
# --with github.com/greenpau/caddy-trace \
# --with github.com/greenpau/caddy-git
FROM $VERSION
COPY --from=builder /usr/bin/caddy /usr/bin/caddy

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
caddy:
image: caddy-saffron:1.0.2
image: caddy-saffron:1.0.3
build: .
container_name: caddy
restart: unless-stopped