mirror of https://github.com/pixelfed/pixelfed
fix: remove bootstrap/cache bind mount from docker-compose
The bootstrap/cache volume mount causes stale service provider references to persist across rebuilds. When a package is removed, the host's cached packages.php/services.php still reference the old provider, causing 'Class not found' errors at container startup. The AUTORUN_LARAVEL_*_CACHE env vars already handle cache regeneration on each container start, making the bind mount unnecessary.pull/6827/head
parent
559db5d73e
commit
f5d166a933
Loading…
Reference in New Issue