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/" \