Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
GitBook: [#1572] [Fix]: Compose broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
Fongang Rodrique authored and gitbook-bot committed Apr 12, 2022
1 parent 61e2991 commit cc65b95
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc65b95

Please sign in to comment.