diff --git a/autostart_hummingbot_compose/README.md b/autostart_hummingbot_compose/README.md index c1a5e6b..78b32e8 100644 --- a/autostart_hummingbot_compose/README.md +++ b/autostart_hummingbot_compose/README.md @@ -46,7 +46,7 @@ Usage: docker compose [OPTIONS] COMMAND Clone this repo to your machine and go to the folder: ``` git clone https://github.com/hummingbot/deploy-examples.git -cd deploy-examples +cd deploy-examples/autostart_hummingbot_compose ``` Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files. diff --git a/hummingbot_gateway_broker_compose/README.md b/hummingbot_gateway_broker_compose/README.md index 1e8758f..09f76e5 100644 --- a/hummingbot_gateway_broker_compose/README.md +++ b/hummingbot_gateway_broker_compose/README.md @@ -55,7 +55,7 @@ Usage: docker compose [OPTIONS] COMMAND Clone this repo to your machine and go to the folder: ``` git clone https://github.com/hummingbot/deploy-examples.git -cd deploy-examples +cd deploy-examples/hummingbot_gateway_broker_compose ``` Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files. diff --git a/hummingbot_gateway_compose/README.md b/hummingbot_gateway_compose/README.md index dd34296..080b6c7 100644 --- a/hummingbot_gateway_compose/README.md +++ b/hummingbot_gateway_compose/README.md @@ -51,7 +51,7 @@ Usage: docker compose [OPTIONS] COMMAND Clone this repo to your machine and go to the folder: ``` git clone https://github.com/hummingbot/deploy-examples.git -cd deploy-examples +cd deploy-examples/hummingbot_gateway_compose ``` Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files. diff --git a/hummingbot_gateway_compose/docker-compose.yml b/hummingbot_gateway_compose/docker-compose.yml index edfbee4..e15e33e 100644 --- a/hummingbot_gateway_compose/docker-compose.yml +++ b/hummingbot_gateway_compose/docker-compose.yml @@ -12,6 +12,8 @@ services: - "./hummingbot_files/data:/data" - "./hummingbot_files/scripts:/scripts" - "./hummingbot_files/certs:/certs" + # environment: + # - CONFIG_PASSWORD=[password] logging: driver: "json-file" options: diff --git a/multiple_hummingbot_gateway_compose/README.md b/multiple_hummingbot_gateway_compose/README.md index 76d159a..ba9c292 100644 --- a/multiple_hummingbot_gateway_compose/README.md +++ b/multiple_hummingbot_gateway_compose/README.md @@ -51,7 +51,7 @@ Usage: docker compose [OPTIONS] COMMAND Clone this repo to your machine and go to the folder: ``` git clone https://github.com/hummingbot/deploy-examples.git -cd deploy-examples +cd deploy-examples/multiple_hummingbot_gateway_compose ``` Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files. diff --git a/simple_hummingbot_compose/README.md b/simple_hummingbot_compose/README.md index 856d31c..f401aab 100644 --- a/simple_hummingbot_compose/README.md +++ b/simple_hummingbot_compose/README.md @@ -39,7 +39,7 @@ Usage: docker compose [OPTIONS] COMMAND Clone this repo to your machine and go to the folder: ``` git clone https://github.com/hummingbot/deploy-examples.git -cd deploy-examples +cd deploy-examples/simple_hummingbot_compose ``` Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files.