To setup the network you just need to use this command to create a network.
```
docker network create -d bridge minecraft-stack
```
(You can use this for multiple server, for like setting up a proxy like bungee or velocity)
## Configuring
By default the compose file won't work to make it work you need to add your name for your server like -smp, also you will need to set an ip for it. (I will give you an example on how to set it up for a proxy)