Update documentation to new handling of dry-mode database

This commit is contained in:
Matthias
2019-12-22 10:16:49 +01:00
parent ffd7034c00
commit dc567f99d6
4 changed files with 37 additions and 48 deletions

View File

@@ -164,8 +164,7 @@ docker run -d \
```
!!! Note
db-url defaults to `sqlite:///tradesv3.sqlite` but it defaults to `sqlite://` if `dry_run=True` is being used.
To override this behaviour use a custom db-url value: i.e.: `--db-url sqlite:///tradesv3.dryrun.sqlite`
When using docker, it's best to specify `--db-url` explicitly to ensure that the database URL and the mounted database file match.
!!! Note
All available bot command line parameters can be added to the end of the `docker run` command.