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. | ||||
| 
 | ||||
|     ``` | ||||
|     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 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Yi EungJun
						Yi EungJun