experiment with geoip in caddy
This commit is contained in:
@@ -3,11 +3,16 @@ FROM caddy:2.9-builder AS builder
|
||||
RUN xcaddy build \
|
||||
--with github.com/caddy-dns/route53 \
|
||||
--with github.com/mholt/caddy-dynamicdns \
|
||||
<<<<<<< HEAD
|
||||
--with github.com/zhangjiayin/caddy-geoip2
|
||||
#--with github.com/shift72/caddy-geo-ip \
|
||||
#--with github.com/aablinov/caddy-geoip \
|
||||
#--with github.com/porech/caddy-maxmind-geolocation
|
||||
=======
|
||||
--with github.com/shift72/caddy-geo-ip \
|
||||
--with github.com/porech/caddy-maxmind-geolocation
|
||||
|
||||
>>>>>>> e0b5673 (experiment with geoip in caddy)
|
||||
FROM caddy:2.9-alpine
|
||||
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user