We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefc290 commit 93cbbaeCopy full SHA for 93cbbae
Dockerfile
@@ -15,7 +15,8 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
15
xcaddy build \
16
--with github.com/gamalan/caddy-tlsredis \
17
--with github.com/caddy-dns/cloudflare \
18
- --with github.com/lucaslorentz/caddy-docker-proxy/v2
+ --with github.com/lucaslorentz/caddy-docker-proxy/v2 \
19
+ --with github.com:leodido/caddy-jsonselect-encoder
20
21
# Now copy it into our base image.
22
FROM alpine:latest as alpine
0 commit comments