[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
|
@code-alt host code-alt.quodatum.duckdns.org
|
||||||
handle @code-alt {
|
handle @code-alt {
|
||||||
import auth_quodatum
|
import auth_quodatum
|
||||||
import omv 8444
|
import omv 8444
|
||||||
}
|
}
|
||||||
|
|
||||||
@code-bmy host code-bmy.quodatum.duckdns.org
|
@code-bmy host code-bmy.quodatum.duckdns.org
|
||||||
|
|
|
@ -2,13 +2,14 @@
|
||||||
# @created 2022-03
|
# @created 2022-03
|
||||||
# author="Andy Bunce"
|
# author="Andy Bunce"
|
||||||
|
|
||||||
ARG VERSION=caddy:2.5.1
|
ARG VERSION=caddy:2.6.2
|
||||||
FROM $VERSION-builder AS builder
|
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
|
||||||
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.1
|
image: caddy-saffron:1.0.2
|
||||||
build: .
|
build: .
|
||||||
container_name: caddy
|
container_name: caddy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Add table
Reference in a new issue