docker-compose: remove unused ENV variable (#456)

This commit is contained in:
alessandro 2020-03-26 13:53:10 +01:00 committed by GitHub
parent ed682904c0
commit b4482771f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,3 @@ services:
# This directory must have cert files if you want to enable SSL
- ./volumes/web/cert:/cert:ro
- /etc/localtime:/etc/localtime:ro
# Uncomment for SSL
# environment:
# - MATTERMOST_ENABLE_SSL=true