mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-30 07:26:49 +00:00
change scripts to command
This commit is contained in:
@@ -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:
|
||||
```
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user