From 215dea041123ca0ce210842c0f46519898d82b61 Mon Sep 17 00:00:00 2001 From: Matthias Voppichler Date: Sat, 10 Mar 2018 09:53:38 +0100 Subject: [PATCH] Fix wrong whitespace character --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index b288fa1a7..a7e61bbe5 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -129,7 +129,7 @@ docker images You can run a one-off container that is immediately deleted upon exiting with the following command (`config.json` must be in the current working directory): ```bash -docker run --rm -v /etc/localtime:/etc/localtime:ro -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 ``` In this example, the database will be created inside the docker instance and will be lost when you will refresh your image.