add /etc/localtime to container to syncronize time
This commit is contained in:
@@ -104,7 +104,7 @@ vi config.json
|
||||
**3. Build your docker image and run it**
|
||||
```bash
|
||||
docker build -t freqtrade .
|
||||
docker run --rm -v `pwd`/config.json:/freqtrade/config.json -it freqtrade
|
||||
docker run --rm -v /etc/localtime:/etc/localtime:ro -v `pwd`/config.json:/freqtrade/config.json -it freqtrade
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user