diff --git a/quick-start/installing-and-updating/rapid-deployment-methods/docker-and-docker-compose/README.md b/quick-start/installing-and-updating/rapid-deployment-methods/docker-and-docker-compose/README.md index 56fee20e2e..44219f1d21 100644 --- a/quick-start/installing-and-updating/rapid-deployment-methods/docker-and-docker-compose/README.md +++ b/quick-start/installing-and-updating/rapid-deployment-methods/docker-and-docker-compose/README.md @@ -4,8 +4,8 @@ Deploying Rocket.Chat with Docker and Docker Compose is as easy as it can get. ### Installing Docker and Docker Compose -* If you don't have already, make sure you have [Docker](https://docs.docker.com/install) and [Docker-compose](https://github.com/RocketChat/Rocket.Chat/blob/develop/apps/meteor/docker-compose.yml) installed and operational -* Navigate to any directory of your choice create a `docker-compose.yml` based on [our example](https://github.com/RocketChat/Rocket.Chat/blob/develop/docker-compose.yml). OR You can download directly by executing the following command on your terminal +* If you don't have already, make sure you have [Docker](https://docs.docker.com/install) and [Docker-compose](https://docs.docker.com/compose/install/) installed and operational +* Navigate to any directory of your choice create a `docker-compose.yml` based on[ our example](https://github.com/RocketChat/Rocket.Chat/blob/develop/apps/meteor/docker-compose.yml). OR You can download directly by executing the following command on your terminal ```bash curl -L https://go.rocket.chat/i/docker-compose.yml -O