mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-06-01 15:10:36 +00:00
use test docker images and revised readme
This commit is contained in:
@@ -53,6 +53,11 @@ sudo chmod -R a+rw ./hummingbot_files
|
||||
docker cp hummingbot:/home/hummingbot/scripts ./hummingbot_files/scripts
|
||||
```
|
||||
|
||||
Now, uncommment out this line in the `docker-compose.yml` file in order to allow the Docker image to access these scripts. This step shouldn't be necessary in the future:
|
||||
```
|
||||
- "./hummingbot_files/scripts:/home/hummingbot/scripts"
|
||||
```
|
||||
|
||||
### 4. Launch Hummingbot
|
||||
|
||||
Attach to the `hummingbot` instance:
|
||||
|
||||
@@ -9,6 +9,7 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user