From e9802b17118b2f8c061652ddd7da7da428c1913b Mon Sep 17 00:00:00 2001 From: Khavin Shankar Date: Sun, 19 Jun 2022 09:33:34 +0530 Subject: [PATCH 1/2] docs (CONTRIBUTING): fixed docker compose command --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 28d742776e..bfdc972f15 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -31,7 +31,7 @@ Using Docker Running the server `````````````````` -- The easiest way to setup everything and run the server is ``docker-compse up`` (This might take some time for the first time, depending upon your internet connection, processing power of your machine, etc,). +- The easiest way to setup everything and run the server is ``docker-compose -f "docker-compose.local.yaml" up`` (This might take some time for the first time, depending upon your internet connection, processing power of your machine, etc,). Working with the setup ``````````````````````` From 54c90368632a7710a24679b5d01686f363ee0513 Mon Sep 17 00:00:00 2001 From: Vignesh Hari Date: Sun, 19 Jun 2022 17:19:18 +0530 Subject: [PATCH 2/2] Use native docker compose --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index bfdc972f15..b43fecbe16 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -31,7 +31,7 @@ Using Docker Running the server `````````````````` -- The easiest way to setup everything and run the server is ``docker-compose -f "docker-compose.local.yaml" up`` (This might take some time for the first time, depending upon your internet connection, processing power of your machine, etc,). +- The easiest way to setup everything and run the server is ``docker compose -f "docker-compose.local.yaml" up`` (This might take some time for the first time, depending upon your internet connection, processing power of your machine, etc,). Working with the setup ```````````````````````