Merge branch 'master' into develop
This commit is contained in:
commit
93c525a8fa
@ -112,14 +112,14 @@ filesystem):
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ cd ~/.freq
|
$ cd ~/.freq
|
||||||
$ touch tradesv2.sqlite
|
$ touch tradesv3.sqlite
|
||||||
$ docker run -d \
|
$ docker run -d \
|
||||||
--name freqtrade \
|
--name freqtrade \
|
||||||
-v ~/.freq/config.json:/freqtrade/config.json \
|
-v ~/.freq/config.json:/freqtrade/config.json \
|
||||||
-v ~/.freq/tradesv2.sqlite:/freqtrade/tradesv2.sqlite \
|
-v ~/.freq/tradesv3.sqlite:/freqtrade/tradesv3.sqlite \
|
||||||
freqtrade
|
freqtrade
|
||||||
```
|
```
|
||||||
If you are using `dry_run=True` you need to bind `tradesv2.dry_run.sqlite` instead of `tradesv2.sqlite`.
|
If you are using `dry_run=True` it's not necessary to mount `tradesv3.sqlite`.
|
||||||
|
|
||||||
You can then use the following commands to monitor and manage your container:
|
You can then use the following commands to monitor and manage your container:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user