You must log in or register to comment.
From a security point of view, it’s better to create a dedicated network for each of your containers, as apps won’t be able to communicate with each others directly.
You can even not setup networking at all and use UNIX sockets instead. However, back-end apps will need to support that.