From 7b581d74d314c15a2996ebd44ddefaa433c0938f Mon Sep 17 00:00:00 2001 From: cardosofede Date: Fri, 9 Jun 2023 16:05:58 +0100 Subject: [PATCH] (feat) revert to dardonacci to have multi-arch --- 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 0d5d65c..f822005 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: data_downloader - image: hummingbot/hummingbot:development + image: dardonacci/hummingbot:development volumes: - "../../data/candles:/home/hummingbot/data" - "../conf:/home/hummingbot/conf"