From 15970e3811127ac93613b62493bb28932e24e2e9 Mon Sep 17 00:00:00 2001 From: nikspz <83953535+nikspz@users.noreply.github.com> Date: Tue, 11 Apr 2023 16:57:19 +0530 Subject: [PATCH] (fix) remove docker-compose typos from README.md --- simple_hummingbot_compose/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/simple_hummingbot_compose/README.md b/simple_hummingbot_compose/README.md index de8dbeb..f198524 100644 --- a/simple_hummingbot_compose/README.md +++ b/simple_hummingbot_compose/README.md @@ -50,7 +50,7 @@ Alternatively, copy the `docker-compose.yml` file to a directory on your machine From that directory, run the following command to pull the image and start the instance: ``` -docker-compose up -d +docker compose up -d ``` After the images have been downloaded, you should see the following output: @@ -87,17 +87,17 @@ Use the commands below or use the Docker Desktop application to manage your cont ### Create the Compose project ``` -docker-compose up -d +docker compose up -d ``` ### Stop the Compose project ``` -docker-compose down +docker compose down ``` ### Update the Compose project for the latest images ``` -docker-compose up --force-recreate --build -d +docker compose up --force-recreate --build -d ``` ### Give all users read/write permissions to local files @@ -117,7 +117,7 @@ Press keys Ctrl + P then Ctrl + Q ### Update the container to the latest image ``` -docker-compose up --force-recreate --build -d +docker compose up --force-recreate --build -d ``` ### List all containers