Skip to content

Commit

Permalink
Add Dynamic DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
oneproxima authored Jul 4, 2024
1 parent 9c6204c commit 1874de2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM caddy:2.7.6-builder AS builder
ADD VERSION .

RUN xcaddy build \
--with github.com/caddy-dns/[email protected]
--with github.com/caddy-dns/[email protected] \
--with github.com/mholt/caddy-dynamicdns

FROM caddy:2.7.6
COPY --from=builder /usr/bin/caddy /usr/bin/caddy

0 comments on commit 1874de2

Please sign in to comment.