Update of nextcloudpi container failed

You are right. insight the container the link points to itself… Can you (or anybody) give me a hint what should be inside? I have no idea where it comes from…

Anyway, I removed the link and the container and created it again. This time php-fpm seems to be missing:

fermat@web:/data/nextcloud/ncdata $ docker run -d -p 4443:4443 -p 443:443 -p 80:80 -v /data/nextcloud/ncdata:/data --name nextcloudpi ownyourbits/nextcloudpi-armhf
ea8c410fa959dcb96022d0e5b60e41cd6af58d2813d1178349c458909e999f59
fermat@web:/data/nextcloud/ncdata $ docker logs nextcloudpi
Making /usr/local/bin persistent ...
Starting PHP-fpm
/etc/services-enabled.d/010lamp: line 22: php-fpm: command not found
Starting Redis
Starting Cron
Starting Postfix
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2 "No such file or directory")
Init done
fermat@web:/data/nextcloud/ncdata $

So, I logged into the container. There is only php-fpm7.2, so I created a link and stoped again the container, removed the link and started it again:

fermat@web:/data/nextcloud/ncdata $ docker logs nextcloudpi
Starting PHP-fpm
/etc/services-enabled.d/010lamp: line 22: php-fpm: command not found
Starting Redis
Starting Cron
Starting Postfix
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2 "No such file or directory")
Init done
stopping Cron...
stopping Redis...
stopping Postfix...
stopping logs...
tail: no process found
Stopping apache
httpd (no pid file) not running
Stopping PHP-fpm
Making /usr/local/bin persistent ...
Making /usr/local/bin persistent ...
mv: failed to access '/data/bin': Too many levels of symbolic links
Starting PHP-fpm
Starting Apache
Starting mariaDB
2019-07-19 15:23:17 1996045104 [Note] mysqld (mysqld 10.1.37-MariaDB-0+deb9u1) starting as process 80 ...
Starting Redis
Starting Cron
Starting Postfix
/etc/services-enabled.d/020nextcloud: line 62: ncc: command not found
Init done
fermat@web:/data/nextcloud/ncdata $

This time I got the nextcloudpi config webgui accessing https://localhost:4443. It brought me to the wizard but I get no options to config anything. I just get following web gui:

bests

Sascha