From 5d2e37409962970a45cbffd255ea9080c595fc52 Mon Sep 17 00:00:00 2001 From: daniila Date: Mon, 18 Oct 2021 23:38:45 +0300 Subject: [PATCH] Update docs/advanced-setup.md Co-authored-by: Matthias --- docs/advanced-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-setup.md b/docs/advanced-setup.md index 79e17fb4e..6eda8489b 100644 --- a/docs/advanced-setup.md +++ b/docs/advanced-setup.md @@ -55,7 +55,7 @@ For more information regarding usage of the sqlite databases, for example to man ### Multiple instances using docker To run multiple instances of freqtrade using docker you will need to edit the docker-compose.yml file and add all the instances you want as separate services. Remember, you can separate your configuration into multiple files, so it's a good idea to think about making them modular, then if you need to edit something common to all bots, you can do that in a single config file. -``` +``` yml --- version: '3' services: