README: dev note about joining and leaving swarm
This commit is contained in:
parent
3aa0704045
commit
d0fdf2d1d3
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue