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"