[mod] caddy +plugins
This commit is contained in:
parent
62e5974508
commit
75f0b8cd19
2 changed files with 4 additions and 4 deletions
|
@ -7,9 +7,9 @@ FROM $VERSION-builder AS builder
|
||||||
|
|
||||||
RUN xcaddy build \
|
RUN xcaddy build \
|
||||||
--with github.com/caddy-dns/duckdns
|
--with github.com/caddy-dns/duckdns
|
||||||
# --with github.com/greenpau/caddy-security \
|
--with github.com/greenpau/caddy-security \
|
||||||
# --with github.com/greenpau/caddy-trace \
|
--with github.com/greenpau/caddy-trace \
|
||||||
# --with github.com/greenpau/caddy-git
|
--with github.com/greenpau/caddy-git
|
||||||
FROM $VERSION
|
FROM $VERSION
|
||||||
|
|
||||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
caddy:
|
caddy:
|
||||||
image: caddy-saffron:1.0.3
|
image: caddy-saffron:1.0.4
|
||||||
build: .
|
build: .
|
||||||
container_name: caddy
|
container_name: caddy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Add table
Reference in a new issue