Nextcloud stuck in update to 23.0.4 and no longer accessible

-Nextcloud version _23.0.2
-Docker installed on Unraid
-NGINX Vers. v2.9.16

HAllo I wanted to update to 23.0.4 via the updater in the admin portal
The update has started up to the item Delete old data
There the update got stuck with a Red Cross
Have waited a long time, but Nextcloud is no longer started
Error message in the logfile: Could not open input file: /config/www/nextcloud/cron.php

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'datadirectory' => '/data',
  'instanceid' => 'xxxxxxxxxxxx',
  'passwordsalt' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
  'secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
  'trusted_domains' => 
  array (
    0 => '10.0.0.30:8667',
    1 => 'xxxxxxxxxxx.duckdns.org',
  ),
  'dbtype' => 'mysql',
  'version' => '23.0.2.1',
  'overwrite.cli.url' => 'https://10.0.0.30:8667',
  'dbname' => 'nextcloud',
  'dbhost' => '10.0.0.30:3306',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'Nextcloud',
  'dbpassword' => 'xxxxxxxxxxxxx',
  'installed' => true,
  'maintenance' => true,
  'updater.secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
<?php http_response_code(503); die('Update in process.'); I ask for forbearance if I have forgotten to share something. Can anyone help me?

Hi @Spambas,
You can look over the support template. Please fill this form out and edit into your post.

You can open your docker container with:

docker exec -it /bin/bash

This will help give us the technical info and logs needed to help you! Thanks.