Skip to content

Nextcloud get's stuck after System Reboot #4648

Answered by szaimen
simon-77 asked this question in Questions
Discussion options

You must be logged in to vote

Hi, which docker version are you running? Can you post the output of sudo docker info here?

Also, can you check if the following makes it work?

  1. Stop your containers from the AIO interface
  2. Enable ipv6 in your docker daemon if not already done by following https://github.com/nextcloud/all-in-one/blob/main/docker-ipv6-support.md
  3. After the docker daemon started correctly run sudo docker network disconnect nextcloud-aio nextcloud-aio-mastercontainer to disconnect the mastercontainer from the nextcloud-aio network.
  4. now remove the nextcoud-aio network by running sudo docker network rm nextcloud-aio
  5. Then run sudo docker network create --subnet="fd12:3456:789a:2::/64" --driver bridge --ipv6 nextc…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by szaimen
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4638 on May 13, 2024 16:27.