README: dev note about joining and leaving swarm

This commit is contained in:
Einar Forselv 2020-03-08 17:37:40 +01:00
parent 3aa0704045
commit d0fdf2d1d3
1 changed files with 3 additions and 0 deletions

View File

@ -182,6 +182,9 @@ docker-compose run --rm backup sh
pip3 install -e .
```
Remember to enable swarm mode with `docker swarm init/join` and disable swarm
mode with `docker swarm leave --force` when needed in development (single node setup).
## Contributing
Contributions are welcome regardless of experience level. Don't hesitate submitting issues, opening partial or completed pull requests.