I have docker on open media vault and busy with setting up nextcloud.
Containers used are:
- nextcloud
- MariaDB
- Swag
I am strugling with my stack, especially the network part.
Believe that by default containers attach to default bridge. When i deploy the stack no nextcloud @ it’s DNS address .
Have created a user defined bridge an attached all containers manually to this bridge.
Then I am up and running !
What can I do to attach all nextcloud containers by default to the user defined bridge?
Or can I use the default bridge (with some tweaking)?
I did a lot of googling and tried all kind of solutions in my stack, but not succeed yet.