mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-06-04 15:10:46 +00:00
revised docker compose install docs
This commit is contained in:
@@ -17,15 +17,13 @@ To enable this, you will do need a few things first:
|
||||
- Generate self-signed certificates in Hummingbot
|
||||
- Give Gateway the passphrase used to generate the certificates (`GATEWAY_PASSPHRASE`)
|
||||
|
||||
First, let's check that you have installed Docker Compose successfully. In Terminal/Bash, Run the following command:
|
||||
```
|
||||
docker compose
|
||||
Verify that Docker Compose is installed correctly by checking the version:
|
||||
|
||||
```bash
|
||||
docker compose version
|
||||
```
|
||||
|
||||
You should see a response that start with:
|
||||
```
|
||||
Usage: docker compose [OPTIONS] COMMAND
|
||||
```
|
||||
The output should be: `Docker Compose version v2.17.2` or similar. Ensure that you are using Docker Compose V2, as V1 is deprecated.
|
||||
|
||||
### 1. Launch network
|
||||
|
||||
|
||||
Reference in New Issue
Block a user