- Created laravel-paths.php to override storage path - Patched bootstrap/app.php to load custom paths - Removed symlink approach as /app/code is read-only - Laravel will now use /app/data/storage directly
- Changed bind mount to symlink in start.sh - Resolves 'permission denied' error when mounting - Symlink approach works without elevated privileges