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"