Beiträge von legra

    Die Fehlermeldung lässt vermuten, dass Port 8080 auf deinem Hostsystem bereits von einem anderen Container/Anwendung belegt ist. Läuft vielleicht noch ein alter Nextcloud Container?


    Eventuell wäre ein Installation mittels docker-compose auch einfacher. So schön die GUI-Plugins von OMV auch sind, empfinde ich eine direkte Konfiguration über einzelne Container als übersichtlicher und damit auch als weniger fehleranfällig.


    Falls dies für dich auch eine Alternative ist, bietet zum Beispiel diese Anleitung einen einfachen Einstieg:
    https://www.smarthomebeginner.…roxy-tutorial-for-docker/

    I was also stuck with the IPv6 configuration of pihole running in docker.
    It worked after:


    1. Enabling ULA addresses with the router.
    2. Creating the docker network directly with the docker daemon with the IPv4 and IPv6 subnets.
    3. Runing the pihole container from the shell to set the --ip and --ip6 flags.