From af130cdde6786f61454f5ad70f3fa58e900d51a7 Mon Sep 17 00:00:00 2001 From: yulia <36034434+yuliasid@users.noreply.github.com> Date: Wed, 20 Dec 2023 20:28:09 +0300 Subject: [PATCH] Update README.md Note: The command docker compose up -d is valid in Docker versions 19.03 and later, where Docker Compose is integrated into the Docker CLI. In older versions, or for traditional syntax, use docker-compose up -d. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c9ea92f..55d0808 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ Execute the following command to start the docker containers: ``` docker compose up -d ``` +Note: In Docker versions before 19.03, use `docker-compose up -d` as the command syntax. + It will start the node and nginx containers and if you do `docker ps` you should see something like this: ![image](./images/node-up.png)