Skip to content

Commit

Permalink
Adding the remote host module
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdksh committed Jul 17, 2023
1 parent 43ba7bc commit db1ce6f
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 @@ -2,7 +2,8 @@ FROM caddy:2.6.4-builder-alpine AS builder

RUN xcaddy build \
--with github.com/mholt/caddy-ratelimit \
--with github.com/porech/caddy-maxmind-geolocation
--with github.com/porech/caddy-maxmind-geolocation \
--with github.com/muety/caddy-remote-host

FROM caddy:2.6.4-alpine

Expand Down

0 comments on commit db1ce6f

Please sign in to comment.