|
|
@ -4,9 +4,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
### Swarm
|
|
|
|
### Swarm
|
|
|
|
|
|
|
|
|
|
|
|
You need to have a swarm running
|
|
|
|
In order to deploy Mailu on a swarm, you will first need to initialize the swarm:
|
|
|
|
|
|
|
|
|
|
|
|
In order to deploy Mailu on a swarm, you will first need to initialize it:
|
|
|
|
|
|
|
|
The main command will be:
|
|
|
|
The main command will be:
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
docker swarm init --advertise-addr <IP_ADDR>
|
|
|
|
docker swarm init --advertise-addr <IP_ADDR>
|
|
|
|