This is an automated email from the ASF dual-hosted git repository.

abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 29f95d48fa Updated the [Install via docker compose command] (#418)
29f95d48fa is described below

commit 29f95d48faa376174d95f14a823263e6b4165cc4
Author: Lavakush biyani <[email protected]>
AuthorDate: Mon Feb 27 11:54:03 2023 +0530

    Updated the [Install via docker compose command] (#418)
    
    * Updated the [Install via docker compose command]
    
    * Updated the Docker Compose Doc
---
 docs/GettingStarted/DockerComposeSetup.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/GettingStarted/DockerComposeSetup.md 
b/docs/GettingStarted/DockerComposeSetup.md
index 00c2f0a8d6..32639b39cf 100644
--- a/docs/GettingStarted/DockerComposeSetup.md
+++ b/docs/GettingStarted/DockerComposeSetup.md
@@ -17,7 +17,7 @@ sidebar_position: 1
 
 1. Download `docker-compose.yml` and `env.example` from [latest release 
page](https://github.com/apache/incubator-devlake/releases/latest) into a 
folder.
 2. Rename `env.example` to `.env`. For Mac/Linux users, please run `mv 
env.example .env` in the terminal. This file contains the environment variables 
that the Devlake server will use. Additional ones can be found in the compose 
file(s).
-3. Run `docker-compose up -d` to launch DevLake.
+3. If [Docker v2.13.0+](https://docs.docker.com/get-docker) Run `docker 
compose up -d` to launch DevLake or else Run `docker-compose up -d`.
 
 ## Collect data and view dashboards
 

Reply via email to