Replies: 3 comments 2 replies
-
After following the steps above, I still have
|
Beta Was this translation helpful? Give feedback.
1 reply
-
On Unraid, maybe because I have multiple networks, I had to specify ipv6, subnet, and gateway:
|
Beta Was this translation helpful? Give feedback.
0 replies
This comment has been hidden.
This comment has been hidden.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In some cases you might need to recreate the
nextcloud-aio
network. Here is how to do it:sudo docker network disconnect nextcloud-aio nextcloud-aio-mastercontainer
to disconnect the mastercontainer from the nextcloud-aio network.sudo docker network rm nextcloud-aio
sudo docker network create --driver bridge nextcloud-aio
in order to recreate the nextcloud-aio networksudo docker network connect nextcloud-aio nextcloud-aio-mastercontainer
to connect the mastercontainer to the network again.sudo docker restart nextcloud-aio-mastercontainer
Beta Was this translation helpful? Give feedback.
All reactions