Added SSL example (#171)

Added commented section for enabling SSL
This commit is contained in:
Vít Listík 2017-09-20 09:13:24 +02:00 committed by Kyâne Pichou
parent c4ee11619f
commit d05077c3db

View File

@ -49,5 +49,8 @@ services:
# This directory must have cert files
- ./volumes/web/cert:/cert:ro
- /etc/localtime:/etc/localtime:ro
# Uncomment for SSL
# environment:
# - MATTERMOST_ENABLE_SSL=true
links:
- app:app