Skip to content

Commit

Permalink
Adding Caddy Security
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdksh committed Sep 16, 2024
1 parent ebd39c6 commit a9ad2be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ RUN xcaddy build \
--with github.com/mholt/caddy-ratelimit \
--with github.com/porech/caddy-maxmind-geolocation \
--with github.com/muety/caddy-remote-host \
--with github.com/caddy-dns/godaddy
--with github.com/caddy-dns/godaddy \
--with github.com/greenpau/caddy-security

FROM caddy:2-alpine

COPY --from=builder /usr/bin/caddy /usr/bin/caddy
COPY --from=builder /usr/bin/caddy /usr/bin/caddy

0 comments on commit a9ad2be

Please sign in to comment.