From 595cca183c6c90c4b4e4a5e12e117ca87a3b5738 Mon Sep 17 00:00:00 2001 From: Yi EungJun Date: Fri, 3 Jun 2016 00:13:13 +0900 Subject: [PATCH] README: Fix markdown error --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12d2f2e..a8dd3e8 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,10 @@ See [README.aws.md](./README.aws.md) if you want to install it on AWS Elastic Be 1. Open docker-compose.yml and set `MATTERMOST_ENABLE_SSL` to true. + ``` environment: - MATTERMOST_ENABLE_SSL=true + ``` 2. Put your SSL certificate as `./volumes/cert/cert.pem` and the private key that has no password as `./volumes/cert/key-no-password.pem`. If you don't have @@ -32,9 +34,11 @@ See [README.aws.md](./README.aws.md) if you want to install it on AWS Elastic Be 1. Open docker-compose.yml and set `MATTERMOST_ENABLE_SSL` to false. + ``` environment: - MATTERMOST_ENABLE_SSL=false - + ``` + 2. Build and run mattermost docker-compose up -d