Skip to content

Commit 3377124

Browse files
authored
add pmtiles server
1 parent e4d3c61 commit 3377124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM caddy:2.10.0-builder AS builder
2-
RUN xcaddy build --with github.com/caddy-dns/cloudflare --with github.com/caddyserver/transform-encoder --with github.com/hslatman/caddy-crowdsec-bouncer/http@main --with github.com/mholt/caddy-l4 --with github.com/hslatman/caddy-crowdsec-bouncer/layer4@main
2+
RUN xcaddy build --with github.com/caddy-dns/cloudflare --with github.com/caddyserver/transform-encoder --with github.com/hslatman/caddy-crowdsec-bouncer/http@main --with github.com/mholt/caddy-l4 --with github.com/hslatman/caddy-crowdsec-bouncer/layer4@main --with github.com/protomaps/go-pmtiles/caddy
33

44
FROM caddy:2.10.0
55
COPY --from=builder /usr/bin/caddy /usr/bin/caddy

0 commit comments

Comments
 (0)