README: Fix markdown error
This commit is contained in:
parent
811360572e
commit
595cca183c
@ -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.
|
1. Open docker-compose.yml and set `MATTERMOST_ENABLE_SSL` to true.
|
||||||
|
|
||||||
|
```
|
||||||
environment:
|
environment:
|
||||||
- MATTERMOST_ENABLE_SSL=true
|
- MATTERMOST_ENABLE_SSL=true
|
||||||
|
```
|
||||||
|
|
||||||
2. Put your SSL certificate as `./volumes/cert/cert.pem` and the private key that has
|
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
|
no password as `./volumes/cert/key-no-password.pem`. If you don't have
|
||||||
@ -32,8 +34,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 false.
|
1. Open docker-compose.yml and set `MATTERMOST_ENABLE_SSL` to false.
|
||||||
|
|
||||||
|
```
|
||||||
environment:
|
environment:
|
||||||
- MATTERMOST_ENABLE_SSL=false
|
- MATTERMOST_ENABLE_SSL=false
|
||||||
|
```
|
||||||
|
|
||||||
2. Build and run mattermost
|
2. Build and run mattermost
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user