Startrekzky commented on code in PR #418: URL: https://github.com/apache/incubator-devlake-website/pull/418#discussion_r1098120317
########## 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. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
