caddy with replace/response
This commit is contained in:
10
caddy/Dockerfile.caddy
Normal file
10
caddy/Dockerfile.caddy
Normal file
@@ -0,0 +1,10 @@
|
||||
# Caddy mit Cloudflare-DNS + replace-response bauen
|
||||
FROM caddy:2.8-builder AS builder
|
||||
RUN xcaddy build \
|
||||
--with github.com/caddy-dns/cloudflare \
|
||||
--with github.com/caddyserver/replace-response
|
||||
|
||||
FROM caddy:2.8
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
# (optional) Ort für Logs
|
||||
RUN mkdir -p /var/log/caddy
|
||||
Reference in New Issue
Block a user