From 6650e4baa029e93cadcfbc60e341858fbe289e56 Mon Sep 17 00:00:00 2001 From: Michael Feng Date: Thu, 8 Jun 2023 15:58:55 -0700 Subject: [PATCH] change scripts to command --- simple_hummingbot_compose/README.md | 7 ++++++- simple_hummingbot_compose/docker-compose.yml | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/simple_hummingbot_compose/README.md b/simple_hummingbot_compose/README.md index 6bdfb46..2487f06 100644 --- a/simple_hummingbot_compose/README.md +++ b/simple_hummingbot_compose/README.md @@ -48,7 +48,12 @@ Run this command from your root folder to grant read/write permission to the `hu sudo chmod -R a+rw ./hummingbot_files ``` -### 3. Launch Hummingbot +### 3. Populate scripts folder with examples +``` +docker cp hummingbot:/home/hummingbot/scripts ./hummingbot_files/scripts +``` + +### 4. Launch Hummingbot Attach to the `hummingbot` instance: ``` diff --git a/simple_hummingbot_compose/docker-compose.yml b/simple_hummingbot_compose/docker-compose.yml index fe90581..633aaba 100644 --- a/simple_hummingbot_compose/docker-compose.yml +++ b/simple_hummingbot_compose/docker-compose.yml @@ -9,7 +9,6 @@ services: - "./hummingbot_files/conf/strategies:/home/hummingbot/conf/strategies" - "./hummingbot_files/logs:/home/hummingbot/logs" - "./hummingbot_files/data:/home/hummingbot/data" - - "./hummingbot_files/scripts:/home/hummingbot/scripts" - "./hummingbot_files/certs:/home/hummingbot/certs" logging: driver: "json-file"