From 9eaa6dc6a14de95455c6157bc31b01237af98cc1 Mon Sep 17 00:00:00 2001 From: nikspz <83953535+nikspz@users.noreply.github.com> Date: Wed, 13 Sep 2023 20:50:09 +0800 Subject: [PATCH] defaults to hummingbot --- hummingbot_with_dashboard/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hummingbot_with_dashboard/docker-compose.yml b/hummingbot_with_dashboard/docker-compose.yml index 87f2964..e0f45aa 100644 --- a/hummingbot_with_dashboard/docker-compose.yml +++ b/hummingbot_with_dashboard/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.9" services: hummingbot: - container_name: bot + container_name: hummingbot image: hummingbot/hummingbot:latest volumes: - "./hummingbot_files/conf:/home/hummingbot/conf"