Beiträge von Luedger

    I followed the tutortial and after a few tweeks from the Q&A and other threads of this forum, everything was working like a charm for more than a month - until two days ago.
    I was wondering, why my smartphone-app wasn't syncing and so I tried to visit the web-interface, but I couldn't get any connections.


    My configuration:
    Raspi 3+
    OMV 4
    Letsencrypt, Nextcloud and MariaDB in docker (from the tutorial)



    What did I do so far:


    Restarted the docker - no solution


    docker logs -f nextcloud


    Ha! This is new.


    docker exec -it nextcloud bash


    cat etc/php7/php-fpm.d/www.conf

    ... and more commented out but to long for this message.


    cat etc/php7/php-fpm.d/www2.conf

    Code: www2.conf
    ; Edit this file to override www.conf and php-fpm.conf directives and restart the container
    
    
    ; Pool name
    [www]

    cat etc/php7/php-fpm.conf

    Code: php-fpm.conf
    @^Yu� /d@^Yu���q
                        @^Yu��|@^Yu�E
                                        o

    Is this the problem? What should be in php-fpm.conf? And if this is the problem, why did it changed by itself? Background-Update?
    To be honest, i'm quite new to OMV/docker/nextcloud.


    Thanks!