Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10623d41 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

doc: update swarm command

parent 96164bb1
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -32,6 +32,5 @@ docker --context dev service ls
Secondly, once the .env configuration file initiated create the deployments stack:

```
set -a && source .env && set +a
docker --context dev stack deploy -c docker-compose.yml instance1
docker stack deploy -c <(docker compose --env-file=.env config --no-normalize | sed '1d') instance-name
```