README: Fix markdown error

This commit is contained in:
Yi EungJun 2016-06-03 00:13:13 +09:00
parent 811360572e
commit 595cca183c

View File

@ -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