From 70b370220127b68a202f2364465c270f758bc79f Mon Sep 17 00:00:00 2001 From: dardonacci <36869960+cardosofede@users.noreply.github.com> Date: Tue, 23 May 2023 16:39:01 -0300 Subject: [PATCH] Update docker-compose.yml --- hummingbot_with_dashboard/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hummingbot_with_dashboard/docker-compose.yml b/hummingbot_with_dashboard/docker-compose.yml index 78a77d2..e1a29cd 100644 --- a/hummingbot_with_dashboard/docker-compose.yml +++ b/hummingbot_with_dashboard/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: bot: container_name: hummingbot - image: dardonacci/hummingbot:multiarch + image: hummingbot/hummingbot:latest volumes: - ./hummingbot_files/conf:/home/hummingbot/conf - ./hummingbot_files/conf/connectors:/home/hummingbot/conf/connectors @@ -19,8 +19,8 @@ services: network_mode: host dashboard: container_name: dashboard - image: dardonacci/streamlit-apps:latest + image: dardonacci/dashboard:latest volumes: - - ./hummingbot_files/data:/home/streamlit-apps/data + - ./hummingbot_files/data:/home/dashboard/data ports: - "8501:8501"