From 1661265982897edcf80eb2a1ffbaea7d8ed839fc Mon Sep 17 00:00:00 2001 From: tedwardd Date: Tue, 27 Jul 2021 09:26:00 -0400 Subject: [PATCH] Fix docker run command in autostart script example --- content/operation/strategy-autostart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operation/strategy-autostart.mdx b/content/operation/strategy-autostart.mdx index 95380d10..4ad3ebef 100644 --- a/content/operation/strategy-autostart.mdx +++ b/content/operation/strategy-autostart.mdx @@ -61,7 +61,7 @@ export CONFIG_FILE_NAME= export CONFIG_PASSWORD= # 5) Launch unattended instance of Hummingbot -docker run -d \ +docker run -itd \ --name hummingbot-instance \ --network host \ --mount "type=bind,source=$(pwd)/hummingbot_files/hummingbot_conf,destination=/conf/" \