From e0d081d949bab3b1380631d561f826c7e0cd5360 Mon Sep 17 00:00:00 2001 From: nikspz <83953535+nikspz@users.noreply.github.com> Date: Wed, 13 Sep 2023 20:47:26 +0800 Subject: [PATCH] default name bot --- 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 e0f45aa..87f2964 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: hummingbot + container_name: bot image: hummingbot/hummingbot:latest volumes: - "./hummingbot_files/conf:/home/hummingbot/conf"