diff --git a/simple_hummingbot_compose/docker-compose.yml b/simple_hummingbot_compose/docker-compose.yml index 1c6dec9..461f23a 100644 --- a/simple_hummingbot_compose/docker-compose.yml +++ b/simple_hummingbot_compose/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: hummingbot: container_name: hummingbot - image: hummingbot/hummingbot:scripts-copy + image: hummingbot/hummingbot:development volumes: - "./hummingbot_files/conf:/home/hummingbot/conf" - "./hummingbot_files/conf/connectors:/home/hummingbot/conf/connectors"