From e495d17d491bc5ea25ff8fbc0cb7f6d0159a06d1 Mon Sep 17 00:00:00 2001 From: david-hummingbot <85695272+david-hummingbot@users.noreply.github.com> Date: Wed, 14 Jun 2023 05:54:31 +0800 Subject: [PATCH] update gateway docker-compose.yml --- hummingbot_gateway_compose/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hummingbot_gateway_compose/docker-compose.yml b/hummingbot_gateway_compose/docker-compose.yml index 394d269..3080d11 100644 --- a/hummingbot_gateway_compose/docker-compose.yml +++ b/hummingbot_gateway_compose/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: hummingbot: container_name: hummingbot - image: hummingbot/hummingbot:scripts-copy + image: hummingbot/hummingbot:development volumes: - "./hummingbot_files/conf:/home/hummingbot/conf" - "./hummingbot_files/conf/connectors:/home/hummingbot/conf/connectors" @@ -24,7 +24,7 @@ services: gateway: container_name: gateway - image: hummingbot/gateway:move-list + image: hummingbot/gateway:development ports: - "15888:15888" - "8080:8080"