From ed3188b7989a34eced1874fc971dcebf277b90e9 Mon Sep 17 00:00:00 2001 From: cardosofede Date: Wed, 28 Jun 2023 17:52:19 +0100 Subject: [PATCH] (feat) use the official hummingbot dev version --- hummingbot_files/compose_files/data-downloader-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hummingbot_files/compose_files/data-downloader-compose.yml b/hummingbot_files/compose_files/data-downloader-compose.yml index 56af64b..0f8409e 100644 --- a/hummingbot_files/compose_files/data-downloader-compose.yml +++ b/hummingbot_files/compose_files/data-downloader-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: bot: container_name: candles_downloader - image: dardonacci/hummingbot:development + image: hummingbot/hummingbot:development volumes: - "../../data/candles:/home/hummingbot/data" - "../bot_configs/data_downloader/conf:/home/hummingbot/conf"