Skip to content

Commit 1466a83

Browse files
committed
Update caching plugin in Caddy Dockerfile
Replaced the Souin plugin with the official Caddy cache-handler plugin. This ensures better compatibility and support while maintaining caching functionality. Adjustments align with updated plugin recommendations for Caddy.
1 parent 3724c41 commit 1466a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caddy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN xcaddy build \
1111
--with github.com/caddy-dns/cloudflare \
1212
--with github.com/mholt/caddy-l4 \
1313
--with github.com/hslatman/caddy-crowdsec-bouncer/http \
14-
--with github.com/darkweak/souin/plugins/caddy
14+
--with github.com/caddyserver/cache-handler
1515

1616
# TODO: Build the octane image locally and use it here, instead of pulling from dockerhub
1717
# This should work on GithubAction and locally using the docker buildx build command

0 commit comments

Comments
 (0)