Update README.md
This commit is contained in:
parent
8e9105fed5
commit
8b934dc12f
|
@ -176,6 +176,7 @@ docker stack deploy -c swarm-stack.yml test
|
||||||
```
|
```
|
||||||
|
|
||||||
In dev we should ideally start the backup container manually
|
In dev we should ideally start the backup container manually
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose run --rm backup sh
|
docker-compose run --rm backup sh
|
||||||
# pip install the package in the container in editable mode to auto sync changes from host source
|
# pip install the package in the container in editable mode to auto sync changes from host source
|
||||||
|
@ -187,7 +188,8 @@ mode with `docker swarm leave --force` when needed in development (single node s
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Contributions are welcome regardless of experience level. Don't hesitate submitting issues, opening partial or completed pull requests.
|
Contributions are welcome regardless of experience level.
|
||||||
|
Don't hesitate submitting issues, opening partial or completed pull requests.
|
||||||
|
|
||||||
[restic]: https://restic.net/
|
[restic]: https://restic.net/
|
||||||
[documentation]: https://restic-compose-backup.readthedocs.io
|
[documentation]: https://restic-compose-backup.readthedocs.io
|
||||||
|
|
Loading…
Reference in New Issue