From 2d8e31138d57f25d4939a18e2ff382bd4896989e Mon Sep 17 00:00:00 2001 From: david-hummingbot <85695272+david-hummingbot@users.noreply.github.com> Date: Wed, 14 Jun 2023 05:52:07 +0800 Subject: [PATCH] update image - change image to development --- simple_hummingbot_compose/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_hummingbot_compose/docker-compose.yml b/simple_hummingbot_compose/docker-compose.yml index 1c6dec9..461f23a 100644 --- a/simple_hummingbot_compose/docker-compose.yml +++ b/simple_hummingbot_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"