Files
deploy/simple_hummingbot_compose/README.md
2023-02-23 16:20:43 -03:00

16 lines
436 B
Markdown

# Deploy a single Hummingbot instance with docker Compose
## How to use it
- Make sure you have docker and docker-compose installed.
- Run the following command:
```
docker-compose up -d
```
- Attach the terminal:
```
docker attach simple_hummingbot_compose-bot-1
```
- Now you have Hummingbot running! Remember that you can detach the terminal without stopping the bot by pressing `Ctrl + P` and `Ctrl + Q`.