Skip to content

Commit

Permalink
Update performance.md
Browse files Browse the repository at this point in the history
Use latest Souin/cache-handler version
  • Loading branch information
darkweak authored and dunglas committed Sep 19, 2024
1 parent 6020efd commit faf3dce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions core/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ The integration using the cache handler is quite simple. You just have to update
+ --with github.com/dunglas/vulcain/caddy \
+ --with github.com/dunglas/caddy-cbrotli \
+ --with github.com/caddyserver/cache-handler
+ # You should use another storage than the default one (e.g. otter).
+ # The list of the available storages can be find either on the documentation website (https://docs.souin.io/docs/storages/) or on the storages repository https://github.com/darkweak/storages
+ --with github.com/caddyserver/cache-handler
+ # Or use the following lines instead of the cache-handler one for the latest improvements
+ # @65cb24114d76a7de3f4e8c7b8ef7df3efd028899 can be removed when a new release of `darkweak/souin` will be published
+ #--with github.com/darkweak/souin/plugins/caddy@65cb24114d76a7de3f4e8c7b8ef7df3efd028899 \
+ #--with github.com/darkweak/souin@65cb24114d76a7de3f4e8c7b8ef7df3efd028899 \
+ #--with github.com/darkweak/souin/plugins/caddy \
+ #--with github.com/darkweak/storages/otter/caddy
+
+FROM dunglas/frankenphp:latest AS frankenphp_upstream
Expand Down

0 comments on commit faf3dce

Please sign in to comment.