Skip to content

Commit

Permalink
Turn on debug output for Caddyx
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Jul 30, 2023
1 parent c2c03a1 commit 4e1aaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN COMPOSER_HOME=/tmp/composer /usr/bin/composer update --no-dev --working-dir
FROM --platform=$TARGETPLATFORM caddy:2.6.4-builder AS caddy
ARG CADDY_MWCACHE_COMMIT

RUN xcaddy build \
RUN XCADDY_DEBUG=1 xcaddy build \
--with github.com/caddy-dns/route53 \
--with "github.com/femiwiki/caddy-mwcache@${CADDY_MWCACHE_COMMIT}"

Expand Down

0 comments on commit 4e1aaef

Please sign in to comment.