switch to simplefs cache storage
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M Dockerfile → Dockerfile
@@ -4,7 +4,7 @@ FROM caddy:${CADDY_VERSION}-builder-alpine AS builder RUN xcaddy build \ --with github.com/caddyserver/cache-handler \ - --with github.com/darkweak/storages/otter/caddy \ + --with github.com/darkweak/storages/simplefs/caddy \ --with github.com/pberkel/caddy-storage-redis \ --with github.com/caddy-dns/rfc2136 \ --with github.com/jarv/caddy-goatcounter \