TechnoDadLife Nextcloud Tutorials

  • Hi Morlan, many thanks for your reply. Unfortunately that trick is not working.


    When I tried adding "--network my-net" in the nextcloud container (and removing the network name) I got the same error message as Airman above.


    It seems like it might be bug since a new update.. :(


    (see same problem here) 8)

  • The joined network should not be absolutely necessary.
    When you configure the nextcloud.subdomains.conf try entering the ip of nextcloud instead of the $upstream_nextcloud argument


    e.g. proxy_pass https://192.168.1.10:444 

  • Hi,


    you can find the needed Dcoker command on the Website of the container.


    Just modifiy it and execute it. Here is the one for nextcloud:


    Code
    docker create \
      --name=nextcloud \
      -e PUID=1000 \
      -e PGID=1000 \
      -e TZ=Europe/London \
      -p 443:443 \
      -v </path/to/appdata>:/config \
      -v <path/to/data>:/data \
      --restart unless-stopped \
      linuxserver/nextcloud

    Modify that and add the --network agrument.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!