[mod] caddy 2.6.2 #2
This commit is contained in:
parent
bcbcceb232
commit
01d9aea5ef
3 changed files with 5 additions and 4 deletions
|
@ -82,7 +82,7 @@ quodatum.duckdns.org {
|
|||
@code-alt host code-alt.quodatum.duckdns.org
|
||||
handle @code-alt {
|
||||
import auth_quodatum
|
||||
import omv 8444
|
||||
import omv 8444
|
||||
}
|
||||
|
||||
@code-bmy host code-bmy.quodatum.duckdns.org
|
||||
|
|
|
@ -2,13 +2,14 @@
|
|||
# @created 2022-03
|
||||
# author="Andy Bunce"
|
||||
|
||||
ARG VERSION=caddy:2.5.1
|
||||
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-trace \
|
||||
--with github.com/greenpau/caddy-git
|
||||
FROM $VERSION
|
||||
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
caddy:
|
||||
image: caddy-saffron:1.0.1
|
||||
image: caddy-saffron:1.0.2
|
||||
build: .
|
||||
container_name: caddy
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Reference in a new issue