You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "abeizn (via GitHub)" <gi...@apache.org> on 2023/02/27 03:37:45 UTC

[GitHub] [incubator-devlake-website] abeizn commented on a diff in pull request #418: Updated the [Install via docker compose command]

abeizn commented on code in PR #418:
URL: https://github.com/apache/incubator-devlake-website/pull/418#discussion_r1118249189


##########
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`.

Review Comment:
   > The wording needs polishing.
   
   merge first, I will update later.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org