Nextcloudpi docker image stook after activating nextcloud on RockPro64

Hi, I get this message in container logs when I first run the nextcloudpi docker image.

Initializing empty volume..                                                                                                                                                                         
Making /usr/local/etc/ncp-config.d persistent ...                                                                                                                                                   
Making /etc/services-enabled.d persistent ...                                                                                                                                                       
Making /etc/letsencrypt persistent ...                                                                                                                                                              
Making /etc/shadow persistent ...                                                                                                                                                                   
Making /etc/cron.d persistent ...                                                                                                                                                                   
Making /etc/cron.daily persistent ...                                                                                                                                                               
Making /etc/cron.hourly persistent ...                                                                                                                                                              
Making /etc/cron.weekly persistent ...                                                                                                                                                              
Making /usr/local/bin persistent ...                                                                                                                                                                
Making /etc/apache2 persistent ...                                                                                                                                                                  
Starting PHP-fpm                                                                                                                                                                                    
Starting Apache                                                                                                                                                                                     
root@rockpro64:/sharedfolders/backup/MyNasDrive# docker logs nextcloudp                                                                                                                             
Initializing empty volume..                                                                                                                                                                         
Making /usr/local/etc/ncp-config.d persistent ...                                                                                                                                                   
Making /etc/services-enabled.d persistent ...                                                                                                                                                       
Making /etc/letsencrypt persistent ...                                                                                                                                                              
Making /etc/shadow persistent ...                                                                                                                                                                   
Making /etc/cron.d persistent ...                                                                                                                                                                   
Making /etc/cron.daily persistent ...                                                                                                                                                               
Making /etc/cron.hourly persistent ...                                                                                                                                                              
Making /etc/cron.weekly persistent ...                                                                                                                                                              
Making /usr/local/bin persistent ...                                                                                                                                                                
Making /etc/apache2 persistent ...                                                                                                                                                                  
Starting PHP-fpm                                                                                                                                                                                    
Starting Apache                                                                                                                                                                                     
Starting mariaDB                                                                                                                                                                                    
2019-12-12  6:44:17 0 [Note] mysqld (mysqld 10.3.15-MariaDB-1) starting as process 193 ...                                                                                                          
Starting Redis                                                                                                                                                                                      
277:C 12 Dec 2019 06:44:18.558 # Fatal error, can't open config file '/etc/redis/redis.conf'                                                                                                        
Init done                                                                                                                                                                                           

I have a RockPro64 with an Openmediavault4 Image (stretch-openmediavault-rock64-0.9.14-1159-armhf.img).

I startet the container with this command:

docker run -d -p 4443:4443 -p 443:443 -p 80:80 -v /sharedfolders/ncp:/data --name nextcloudp ownyourbits/nextcloudpi-armhf 192.168.xxx.xxx

Then I can open the activation page but nothing happens when clicking activate.

My folders look like this:

root@rockpro64:/sharedfolders/ncp# ll                                                                                                                                                               
total 0                                                                                                                                                                                             
drwxr-sr-x 1 root            root              534 Jul 21 00:11 bin
drwxr-sr-x 1 systemd-network systemd-timesync  306 Dec 12 07:44 database
drwxr-sr-x 1 root            root              160 Dec 12 07:44 etc
drwxr-sr-x 1 root            www-data         1248 Jul 21 00:12 ncp
drwxr-s--- 1 www-data        www-data          420 Jul 21 00:01 nextcloud

root@rockpro64:/sharedfolders/ncp/nextcloud# ll                                                                                                                                                     
total 96                                                                                                                                                                                            
drwxr-s--- 1 www-data www-data   606 Jul  9 14:03 3rdparty
-rw-r----- 1 www-data www-data 12063 Jul  9 13:59 AUTHORS                                                                                                                                           
-rw-r----- 1 www-data www-data 34520 Jul  9 13:59 COPYING                                                                                                                                           
drwxr-s--- 1 www-data www-data  1024 Jul 21 00:11 apps
drwxr-s--- 1 www-data www-data    74 Jul  9 13:59 config
-rw-r----- 1 www-data www-data  3805 Jul  9 13:59 console.php                                                                                                                                       
drwxr-s--- 1 www-data www-data   440 Jul  9 14:03 core
-rw-r----- 1 www-data www-data  4986 Jul  9 13:59 cron.php                                                                                                                                          
drwxr-s--- 1 www-data www-data    16 Jul 21 00:01 data
-rw-r----- 1 www-data www-data   156 Jul  9 13:59 index.html                                                                                                                                        
-rw-r--r-- 1 root     root       901 May 15  2019 index.php                                                                                                                                         
drwxr-s--- 1 www-data www-data   126 Jul  9 13:59 lib
-rwxr-x--x 1 www-data www-data   283 Jul  9 13:59 occ
drwxr-s--- 1 www-data www-data    18 Jul  9 13:59 ocm-provider
drwxr-s--- 1 www-data www-data    50 Jul  9 13:59 ocs
drwxr-s--- 1 www-data www-data    18 Jul  9 13:59 ocs-provider
-rw-r----- 1 www-data www-data  2951 Jul  9 13:59 public.php                                                                                                                                        
-rw-r----- 1 www-data www-data  5139 Jul  9 13:59 remote.php                                                                                                                                        
drwxr-s--- 1 www-data www-data   122 Jul  9 13:59 resources
-rw-r----- 1 www-data www-data    26 Jul  9 13:59 robots.txt                                                                                                                                        
drwxr-s--- 1 www-data www-data   244 Jul  9 14:03 settings
-rw-r----- 1 www-data www-data  2232 Jul  9 13:59 status.php                                                                                                                                        
drwxr-s--- 1 www-data www-data    26 Jul  9 13:59 themes
drwxr-s--- 1 www-data www-data    42 Jul  9 14:00 updater
-rw-r----- 1 www-data www-data   362 Jul  9 14:03 version.php                                                                                                                                       
root@rockpro64:/sharedfolders/ncp/nextcloud

root@rockpro64:/sharedfolders/ncp/nextcloud/config# ll                                                                                                                                              
total 52                                                                                                                                                                                            
-rw-r----- 1 www-data www-data     0 Jul  9 13:59 CAN_INSTALL                                                                                                                                       
-rw-r----- 1 www-data www-data 52500 Jul  9 13:59 config.sample.php                                                                                                                                 
root@rockpro64:/sharedfolders/ncp/nextcloud/config#                                                                                                                                                 

After clicking activate there is a empty config.php file.

Hope someone can help me.

Nobody? Can’t get it working.

Maybe I know the cause now.
I tried to install nextcloupi with the curl installer and got the error “Distro not supported”.
Is it possible to install a current nextcloudpi on Stretch?
I ask because I don’t have much possibilities on my RockPro64 if I want to have OMV running as underlaying system.

Curl installer works on Buster only