Docker Container don't start after Update

Version ie <v5.12.28>

Environment

Describe the bug

After updating my Docker images (docker-compose down, docker-compose pull,
docker-compose up), I receive the following error message:

In Application.php line 961: Class "InvoiceNinja\Inspector\InspectorServiceProvider" not found 

Logs

[2025-10-23 12:06:34] production.ERROR: Class "InvoiceNinja\Inspector\InspectorServiceProvider" not found {"exception":"[object] (Error(code: 0): Class \"InvoiceNinja\\Inspector\\InspectorServiceProvider\" not found at /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:961)
[stacktrace]
#0 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(893): Illuminate\\Foundation\\Application->resolveProvider()
#1 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php(75): Illuminate\\Foundation\\Application->register()
#2 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(871): Illuminate\\Foundation\\ProviderRepository->load()
#3 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterProviders.php(37): Illuminate\\Foundation\\Application->registerConfiguredProviders()
#4 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate\\Foundation\\Bootstrap\\RegisterProviders->bootstrap()
#5 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(474): Illuminate\\Foundation\\Application->bootstrapWith()
#6 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate\\Foundation\\Console\\Kernel->bootstrap()
#7 /var/www/html/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle()
#8 {main}
"} 

What can I do?

Stephan

Hi,

Maybe this will help:

Hi,

thanks for the help, I was just looking for open bugs…

The solution was to delete the following lines from the docker-compose.yml:

Commit 04f4dbe

Stephan

Glad to hear it, thanks for the update!