From f863f4fdfca815bd5c8a20f3915b948b90f7d753 Mon Sep 17 00:00:00 2001 From: daniila Date: Mon, 18 Oct 2021 23:49:59 +0300 Subject: [PATCH] Update advanced-setup.md A note on having to use different database files, ports and telegram configs for each bot. --- 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 6eda8489b..02b0307e5 100644 --- a/docs/advanced-setup.md +++ b/docs/advanced-setup.md @@ -114,7 +114,7 @@ services: --strategy SampleStrategy ``` -You can use whatever naming convention you want, freqtrade1 and 2 are arbitrary. +You can use whatever naming convention you want, freqtrade1 and 2 are arbitrary. Note, that you will need to use different database files, port mappings and telegram configurations for each instance, as mentioned above. ## Configure the bot running as a systemd service