I am running nextcloud-aio on a bananapi m5. I tried to update to AIO v9.4.1 and now nextcloud has problems starting.
In the log I read
2024-08-17T09:15:03.260564591Z nc: getaddrinfo for host "nextcloud-aio-nextcloud" port 9000: Name does not resolve
2024-08-17T09:15:03.261297316Z Waiting for Nextcloud to start...
docker ps -a
gives
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
5fd68c8d56b1 nextcloud/all-in-one:latest "/start.sh" 11 minutes ago Up 11 minutes (healthy) 80/tcp, 8443/tcp, 9000/tcp, 0.0.0.0:8080->8080/tcp, :::8080->8080/tcp nextcloud-aio-mastercontainer
66429c91b1c1 nextcloud/aio-apache:latest "/start.sh /usr/bin/…" 2 hours ago Up 58 minutes (healthy) 80/tcp, 0.0.0.0:11000->11000/tcp, :::11000->11000/tcp nextcloud-aio-apache
ac0f2f785604 nextcloud/aio-notify-push:latest "/start.sh" 2 hours ago Exited (143) 2 hours ago nextcloud-aio-notify-push
c710270353b7 nextcloud/aio-nextcloud:latest "/start.sh /usr/bin/…" 2 hours ago Exited (137) 2 hours ago nextcloud-aio-nextcloud
639d4d9bafb5 nextcloud/aio-imaginary:latest "/start.sh" 2 hours ago Exited (143) 2 hours ago nextcloud-aio-imaginary
c1babee831ad nextcloud/aio-redis:latest "/start.sh" 2 hours ago Exited (0) 2 hours ago nextcloud-aio-redis
e9af10d7e3e4 nextcloud/aio-postgresql:latest "/start.sh" 2 hours ago Exited (0) 2 hours ago nextcloud-aio-database
46c1fb0eb758 nextcloud/aio-watchtower:latest "/start.sh" 2 hours ago Exited (0) 2 hours ago nextcloud-aio-watchtower
e6b98c13a0f9 nextcloud/aio-borgbackup:latest "/start.sh" 5 hours ago Exited (0) 5 hours ago nextcloud-aio-borgbackup
8c69e6c62d4d ee30de8b277d "/start-collabora-on…" 5 months ago Exited (0) 8 weeks ago nextcloud-aio-collabora
What can I do to make nextcloud run again?