(feat) use the official hummingbot dev version

This commit is contained in:
cardosofede
2023-06-28 17:52:19 +01:00
parent 5bb8fb25f7
commit ed3188b798

View File

@@ -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"